pocketbase/ui
Gani Georgiev 7795a086ef hide batch api preview for view collections 2024-11-22 16:18:52 +02:00
..
dist hide batch api preview for view collections 2024-11-22 16:18:52 +02:00
public [#5829] added WakaTime OAuth2 provider 2024-11-11 16:03:46 +02:00
src hide batch api preview for view collections 2024-11-22 16:18:52 +02:00
.env [#5887] fixed record duplicate and removed the duplicated id field in the record preview 2024-11-18 05:53:20 +02:00
.env.development added version number in the footer 2022-08-09 16:16:09 +03:00
.gitignore gitignore ui/.env.local and ui/.env.*.local files 2022-11-19 12:40:57 +02:00
README.md merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
embed.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
index.html merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
package-lock.json updated js sdk and other npm deps 2024-11-21 12:24:04 +02:00
package.json merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
vite.config.js upgraded vite 2023-01-10 15:26:36 +02:00

README.md

PocketBase Superuser dashboard UI

This is the PocketBase Superuser 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