Skip to content

guyver2/twinQuizz23

Repository files navigation

Twin Quizz 2023

The long awaited reboot of the best online game of all time.

Screenshot

Development

The following commands works with npm or yarn.

# install dependencies
pnpm install

# run locally
pnpm run dev

Build and deploy

The project can be packaged into a docker image and deployed with docker-compose.

# build docker image
docker build -t tq23 .

# start with docker-compose
docker-compose up -d

Enjoy. 🍌