Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 472 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 472 Bytes

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