samples-sveltekit Svelte Themes

Samples Sveltekit

Getting Started

Used Node.js version: 22.13.0

Create database

For the application to work, you must first create a database. You can do this at http://live-test.ravendb.net/studio/index.html#databases.

Then go to src/lib/store.ts and replace the "beer-order-database" name with the one you created.

Install packages

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Screenshot

Top categories

Loading Svelte Themes