The code in this repository is based on the Offline App with SvelteKit + SQLite Part 1: Setup WebAssembly SQLite video.
cd /renderws/carltonData/cj2023/code/svelte/
npm create svelte@latest sveltekit-sqlite-wasm
cd sveltekit-sqlite-wasm/
npm i
git init && git add -A && git commit -m "Initial commit"
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install -D @rgossiaux/svelte-headlessui