poetry install
yarn
pre-commit installdocker-compose up pgdbmake initdbmake seedpoetry run python manage.py migratepoetry run python manage.py makemigrationsmake resetdbmake rundevNow 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 testmake shellmake typecheckmake format