The official website repo for the Beginner.Codes Summer of Code event.
From inside the repo folder run
pip install poetry
poetry install
To run it first launch the virtual environment
poetry shell
Then start the server (localhost:8000
)
python -m soc
Any config will go in development.config.yaml
.