An open API service indexing awesome lists of open source software.

https://github.com/pocketbase/site

PocketBase Site
https://github.com/pocketbase/site

documentation pocketbase

Last synced: about 2 months ago
JSON representation

PocketBase Site

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
```