Skip to content

Contributing


We use poetry to manage dependencies, to get started follow these steps:

1
2
3
4
git clone https://github.com/strawberry-graphql/strawberry-graphql-django.git
cd strawberry-graphql-django
poetry install
poetry run pytest

This will install all the dependencies (including dev ones) and run the tests.

Pre commit

We have a configuration for pre-commit, to add the hook run the following command:

pre-commit install

Docs setup and local server

We use Material for MkDocs, you can read the documentation here

make serve-docs