The classic game with a modern experience. Built with React for the frontend and Django/Python for the backend
- Git
- Python
- Node.js
- Mac, Windows, or Linux (tested on Mac)
- Clone the repo onto your machine
- Create a Python enviroment using
python3 -m envin the project root and activate it (for example on Mac, usesource env/bin/activate) cdinto thefrontendfolder and runnpm installcdinto thebackendfolder and runpython3 -m pip install -r requirements.txt
- In the
backendfolder, runpython3 manage.py runserver - In the
frontendfolder, runnpm run dev
Check out the tech design here.
