Skip to content

Files

Latest commit

3b918a8 · Jan 15, 2024

History

History
This branch is 15 commits ahead of, 571 commits behind pocketbase/pocketbase:master.

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 15, 2024
Dec 27, 2023
Jan 15, 2024
Jan 4, 2024
Aug 9, 2022
Nov 19, 2022
Feb 21, 2023
Aug 1, 2022
Apr 20, 2023
Dec 10, 2023
Dec 10, 2023
Jan 10, 2023

PocketBase Admin dashboard UI

This is the PocketBase Admin dashboard UI (built with Svelte and Vite).

Although it could be used independently, it is mainly intended to be embedded as part of a PocketBase app executable (hence the embed.go file).

Development

Download the repo and run the appropriate console commands:

# install dependencies
npm install

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

# or generate production ready bundle in dist/ directory
npm run build