Notebook A low friction journaling app. Project Structure src/ - Client web-app code (SPA) Development Install deps: bun install Run locally: bun dev Lint: bun lint Format: bun fmt Build Production build: bun run build Preview build: bun preview