Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 474 Bytes

OpenAgents.com

Our main website & web app.

Important commands

  • 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

Development Setup

This project uses git hooks for code quality. See docs/githooks.md for setup instructions.