Skip to content

Installation

Baseline is a local-first web app. The frontend is enough to get started; cloud hosting is optional via a separate backend.

  • Current Node.js (LTS recommended)
  • npm
  • A modern browser
Terminal-Fenster
npm install
npm run dev

Open the local URL shown in the terminal (often http://localhost:5173).

Production preview:

Terminal-Fenster
npm run build
npm run preview

Create your first base.