This is a simple trivia game where people can join and play together.
NextJs, Socket.js, Tailwind
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.