Skip to content

GNRSN/partykit-match-game

Repository files navigation

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.

About

Partykit & Next-js experiment implementing mutliplayer version of symbol matching game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published