This repo is for managing the https://angell.fund/ page. The fund is an upcoming effort to incubate and fund metaverse founders who leverage and contribute towards open standards for Metaverse interoperability.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
# Note: Before commiting a new build, Copy the CNAME file into the new builds /docs folder
npm run build
Special thanks to Bruno Simon for the lessons in ThreeJS-Journey, particularly lesson 21 which helped create this page.