https://github.com/ravendb/samples-sveltekit
https://github.com/ravendb/samples-sveltekit
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ravendb/samples-sveltekit
- Owner: ravendb
- Created: 2025-01-15T09:07:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T13:17:04.000Z (over 1 year ago)
- Last Synced: 2025-07-11T08:07:19.870Z (about 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
## Run the development server
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
# Screenshot
