This is the repo for the /arcade marketing page
- Requirements:
- Node Version 18
- Bun
- Initial setup:
bun upgrade /
bun install /
cp .env.example .env /-
Get copy of env file from another dev
-
Start dev server:
bun run dev
-
Install dependencies
yarn install -
Run the dev server
yarn dev -
Open http://localhost:3000 with your browser to see the result.
-
Edit
app/page.tsx
- Debug frames: Visit http://localhost:3000/debug to debug your frame.
(Optional) To use a real signer (costs warps), copy .env.sample to .env and fill in the env variables following the comments provided
- Frames.js Documentation
- Awesome frames
- Join the /frames-dev channel on Farcaster to ask questions