fmt+debug
All checks were successful
Deploy on push / deploy (push) Successful in 5s

This commit is contained in:
2024-12-12 01:04:11 +03:00
parent 87506b0478
commit d02ae5bd3f
8 changed files with 32 additions and 5 deletions

View File

@@ -40,13 +40,16 @@ Backend service providing GraphQL API for content management system with reactio
### Setup
Start API server with `dev` key:
Start API server with `dev` keyword added and `mkcert` installed:
```shell
mkdir .venv
python3.12 -m venv .venv
poetry env use .venv/bin/python3.12
poetry update
mkcert -install
mkcert localhost
poetry run server.py dev
```