A game where you can test your mathematical speed against others
Describe how to install the project or provide installation instructions.
# Example installation command
# cd into backend
npm install
npm run dev
# cd into frontend
npm install
npm run dev