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.
Set OPENAI_API_KEY for the backend and optionally override SLIPNOTE_BACKEND_URL or PUBLIC_BACKEND_URL/VITE_BACKEND_URL.