This guide is for metal developers setting up the Facecoin development environment.
- Vercel
- Figma
- Linear Project
- Production site: facecoin.metal.build
- Vercel CLI (
pnpm i -g vercel)
-
Clone the repository:
git clone git@github.com:0xmetropolis/facecoin.git cd facecoin -
Install dependencies:
pnpm i
-
Link to Vercel project:
vercel link
-
Pull environment variables:
vercel env pull
Start the development server:
- Using VSCode: Press F5 to start with debugger
- Using CLI:
pnpm run dev
The app will be available at http://localhost:3000