Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 484 Bytes

Getting Started

First, copy the .env.example file to .env in the project root.

cp .env.example .env

Then, open the created .env file and fill in the missing environment variables.

Then, run the development server:

npm install
npm run dev

This will start the PartyKit development server at port 1999, and a Next.js development server at port 3000.

Open http://localhost:3000 with your browser to see the result.