A calculator for the Sheriff of Nottingham board game. Completely rewritten from scratch.
To execute the project:
-
Start the server and database using Docker:
- Run
docker-compose upfrom the project root. - This will launch the backend server and the database container.
- Run
-
Start the frontend application using npm:
- Change directory to the frontend app:
cd app - Install dependencies if needed:
npm install - Start the frontend dev server:
npm run dev
- Change directory to the frontend app:
The frontend should then be available at the local dev URL shown in the terminal.