Local Setup
Local Setup
Section titled “Local Setup”Clone the Repository
Section titled “Clone the Repository”git clone git@github.com:Monsoft-Solutions/loquent-rust-mvp.gitcd loquent-rust-mvpEnvironment Configuration
Section titled “Environment Configuration”Copy the example environment file and fill in your credentials:
cp .env.example .envSee Prerequisites for the required API keys.
Database Setup
Section titled “Database Setup”Run migrations against your PostgreSQL / Supabase database:
just db-migrateRun the Application
Section titled “Run the Application”just runOr with auto-reload:
just watchAvailable Commands
Section titled “Available Commands”Run just --list to see all available tasks. Key commands:
| Command | Description |
|---|---|
just run | Start the application |
just watch | Start with auto-reload |
just build | Build for production |
just test | Run tests |
just db-migrate | Run database migrations |