https://github.com/metafam/metafest2
NextJS & React Three Fiber app for MetaFest2. Refactored from `interspace.chat` repo
https://github.com/metafam/metafest2
Last synced: 3 months ago
JSON representation
NextJS & React Three Fiber app for MetaFest2. Refactored from `interspace.chat` repo
- Host: GitHub
- URL: https://github.com/metafam/metafest2
- Owner: MetaFam
- License: mit
- Created: 2022-04-19T23:17:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T11:52:17.000Z (almost 4 years ago)
- Last Synced: 2025-05-13T01:37:06.759Z (about 1 year ago)
- Language: JavaScript
- Homepage: meta-fest2.vercel.app
- Size: 47.4 MB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MetaFest2
This project was bootstrapped with [`create-r3f-app`](https://github.com/utsuboco/create-r3f-app)
### Install packages
`yarn`
### Fire up the dev server and view on localhost.
`yarn dev`
### Build the project for Vercel.
`yarn build`
### Deploy to vercel preview
Branch previews are active on this repo but if you want to deploy to your own vercel instance, use the cli.
`vercel`