Skip to content

Quick Start ​

The working starter is the repository demo. From its root, install dependencies and start Vite:

sh
npm install
npm run dev

The ideas card works without a backend and saves to IndexedDB in the current browser. To explore the separate local Python/SQLite API example, start it in a second terminal:

sh
npm run dev:api

The optional API is not connected to the ideas card. To make a production build and run the checks, use npm run build and npm test. See Getting Started for the package entries and setup boundaries, and Production Deployment before hosting an app.