poetry install
yarn
pre-commit install
docker-compose up pgdb
make initdb
make seed
poetry run python manage.py migrate
poetry run python manage.py makemigrations
make resetdb
make rundev
Now you can login with [email protected]
and test
as password. Afterwards, go into the database and set the account in account_emailaddress
to "verified" true.
make test
make shell
make typecheck
make format