Skip to content

Local Setup

Terminal window
git clone git@github.com:Monsoft-Solutions/loquent-rust-mvp.git
cd loquent-rust-mvp

Copy the example environment file and fill in your credentials:

Terminal window
cp .env.example .env

See Prerequisites for the required API keys.

Run migrations against your PostgreSQL / Supabase database:

Terminal window
just db-migrate
Terminal window
just run

Or with auto-reload:

Terminal window
just watch

Run just --list to see all available tasks. Key commands:

CommandDescription
just runStart the application
just watchStart with auto-reload
just buildBuild for production
just testRun tests
just db-migrateRun database migrations