Compare your NYT Mini Crossword times with others. See how you stack up against everyone else who solved the puzzle that day.
React frontend, Flask backend, PostgreSQL database. Hosted on Heroku with daily resets.
See docs/running.md
# Backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m src.app
# Frontend
cd client
npm install
npm startpytest # backend
cd client && npm test # frontendMIT