TODO: fill this in
This project uses the Poetry package manager. After installing poetry, run
poetry installin this directory to install all dependencies. Then, run
poetry run pre-commit installto install the git pre-commit hooks. To manually trigger linting, run poetry run task lint.
The following steps will differ depending on whether you have PostgreSQL installed locally.
- Set the
GR_DATABASE_URLenvironment variable (or make a file called.envin this directory and make it); set it to your database connection URL. - Run
poetry run prisma generate
poetry run prisma migrate devJust use our Docker container for development
docker compose upRun
poetry run task runserverRun
poetry run task test