Skip to content

Files

Latest commit

b347090 · Nov 18, 2022

History

History
20 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 430 Bytes

PocketBase Site

This is the PocketBase Site (aka. https://pocketbase.io), built with SvelteKit.

Development and contribution

Download the repo and run the appropriate console commands:

# install dependencies
npm install

# start a dev server with hot reload at localhost:5173
npm run dev

# or generate production ready bundle
npm run build