A basic SvelteKit example using Faroe and SQLite.
Create sqlite.db in the root of the project, and run schema.sql.
sqlite3 sqlite.db
Install and initialize Faroe on port 4000.
./faroe serve
Install dependencies and start the dev server.
pnpm i
pnpm dev
0.0.0.0.