This project aims to create an online version of the popular deception board game Secret Hitler. This is the server repo, see the corresponding client repo for the rest of the codebase.
Dependencies are managed with yarn. To install, clone the repo and then run yarn install
To run the server, use the command yarn run start
CI will be run against PRs to ensure code quality. Please use the command yarn run lint:fix
to detect and fix code style errors.
This project is licensed under Creative Commons BY–NC–SA 4.0