Demo: a SvelteKit project that reads from a local SQLite database
Original code from https://github.com/kisaragi-hiu/demo-sveltekit-sqlite
Read the full doc https://kisaragi-hiu.com/kemdict-sveltekit-sqlite/
package.json
file, then run npm update
, npm upgrade
.package.json
and the setup in svelte.config.js
.src/routes/+pages.svelte
file so it can run on my local machine.Clone this repo.
Then cd into the dir
Then run:
npm install
npm run dev