Skip to content

OpenAgentsInc/oa

Repository files navigation

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.