Our main website & web app.
cargo watch -x check
cargo watch -x check -x test -x run
docker build --tag oa .
DATABASE_URL=postgres://... cargo sqlx migrate run
DATABASE_URL=postgresql://postgres:[email protected]:5432/newsletter cargo sqlx prepare --workspace -- --all-targets
This project uses git hooks for code quality. See docs/githooks.md for setup instructions.