Installation
Baseline is a local-first web app. The frontend is enough to get started; cloud hosting is optional via a separate backend.
Requirements
Section titled “Requirements”- Current Node.js (LTS recommended)
- npm
- A modern browser
Start the app
Section titled “Start the app”npm installnpm run devOpen the local URL shown in the terminal (often http://localhost:5173).
Production preview:
npm run buildnpm run previewCreate your first base.