A simple note app demo using Svelte 5 and Quill to store notes in SQLite database.
npm install
data
in the project root.mkdir data
.env
file in the project root and add the following:# .env
DB_PATH="./data/content.db"
npm run dev
SQLite database will be created in the data
folder of the project root automatically.