This is a Next.js project bootstrapped with create-next-app.
- pnpm (package manager)
- Node.js (LTS recommended)
- Your own environment variables (
.env.localfile)
Clone the repository and install dependencies:
pnpm iCreate a .env.local file in the project root and provide the required environment keys. (Ask the project maintainer for the list of keys if needed.)
Run the development server:
pnpm devAlso, start the WebSocket server from the project root:
pnpm tsx ws/server.tsOpen http://localhost:3000 in your browser to see the app.
- You must use pnpm (not npm, yarn, or bun).
- The app will not run without the proper environment variables.
- The WebSocket server must be running for full functionality.
- Edit the main page at
app/page.tsx— it will auto-update as you save changes.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - interactive Next.js tutorial.
The easiest way to deploy your Next.js app is with the Vercel Platform.
See the Next.js deployment docs for details.