pip install -U invoke toml # only once
invoke install-deps --package dev db-upgrade serve
- CORS is configured through
$ALLOWED_ORIGINS
with localhost fallback (see code) - Database is configured through
$DATABASE_URL
with fallback tosqlite:///dev.db
See constants.py
- Don't take assigned issues. Comment if those get staled.
- If your contribution is far from trivial, open an issue to discuss it first.
- Ensure your code passed black formatting, isort and flake8 (88 chars)
We have a pre-commit hook ready for you. Install it with pip install pre-commit && pre-commit install