Local Development - Juules32/wordguessr GitHub Wiki
- Install python 😇
- Install dependencies:
pip install -r requirements.txt
- Copy
.env.example
to.env.development
or.env.production
and fill out the values - Generate puzzles with
python puzzle_generation.py
- Run the webserver:
uvicorn main:app --reload --port 80 --env-file .env.development