mirror of
https://github.com/AtHeartEngineer/MetaFest2.git
synced 2026-01-09 13:07:53 -05:00
16 lines
397 B
Markdown
16 lines
397 B
Markdown
## 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` |