TODO: fill this in
This project uses the Poetry package manager. After installing poetry, run
poetry install
in this directory to install all dependencies. Then, run
poetry run pre-commit install
to 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_URL
environment variable (or make a file called.env
in this directory and make it); set it to your database connection URL. - Run
poetry run prisma generate
poetry run prisma migrate dev
Just use our Docker container for development
docker compose up
Run
poetry run task runserver
Run
poetry run task test