Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

37 lines (16 loc) · 496 Bytes

What is ?

This is a simple trivia game where people can join and play together.

Made with

NextJs, Socket.js, Tailwind

Getting Started

You can start editing the configuration of the game in /appConfig.json.

First, run the development server(client):

npm  run  dev

Then, run the development server(server):

npm  run  server

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

Have fun!!