Skip to content

Repository files navigation

Project Setup

This is a Next.js project bootstrapped with create-next-app.

Requirements

  • pnpm (package manager)
  • Node.js (LTS recommended)
  • Your own environment variables (.env.local file)

Getting Started

Clone the repository and install dependencies:

pnpm i

Create 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 dev

Also, start the WebSocket server from the project root:

pnpm tsx ws/server.ts

Open http://localhost:3000 in your browser to see the app.

Project Notes

  • 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.

Learn More

Deploy on Vercel

The easiest way to deploy your Next.js app is with the Vercel Platform.
See the Next.js deployment docs for details.

About

Chat with your friends!

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages