https://github.com/pocketbase/site
PocketBase Site
https://github.com/pocketbase/site
documentation pocketbase
Last synced: about 2 months ago
JSON representation
PocketBase Site
- Host: GitHub
- URL: https://github.com/pocketbase/site
- Owner: pocketbase
- License: mit
- Created: 2022-11-18T19:24:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T06:25:28.000Z (about 2 years ago)
- Last Synced: 2024-04-17T07:16:21.593Z (about 2 years ago)
- Topics: documentation, pocketbase
- Language: HTML
- Homepage: https://pocketbase.io
- Size: 26.2 MB
- Stars: 60
- Watchers: 4
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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:
```sh
# 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
```