slipnote#
Monorepo layout:
frontend/: Astro frontendbackend/: Rust Axum backend
Frontend#
cd frontend
pnpm install
pnpm dev
Backend#
cd backend
cargo run
Tilt#
tilt up
Tilt runs the frontend dev server, Storybook, and the backend as local
resources. Tilt also launches a Postgres container and wires DATABASE_URL for
the backend. Set OPENAI_API_KEY for the backend and optionally override
SLIPNOTE_BACKEND_URL, DATABASE_URL, or PUBLIC_BACKEND_URL/
VITE_BACKEND_URL.