An in-browser, frontend-only, plaintext notebook using the IndexedDB API. Persistent local-only storage plus import/export (in compatible browsers).
- NodeJS
- NPM
Install dependencies
npm install
Start the dev server
npm run dev
Vite will open the browser automatically.
Build for production
npm run build
Preview the production build
npm run preview
Open the local dev server URL printed by Vite.