https://github.com/repcomm/pbforms
A forms frontend for pocketbase databases
https://github.com/repcomm/pbforms
Last synced: about 1 month ago
JSON representation
A forms frontend for pocketbase databases
- Host: GitHub
- URL: https://github.com/repcomm/pbforms
- Owner: RepComm
- Created: 2024-08-09T03:31:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T16:40:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T08:52:13.445Z (over 1 year ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pbforms
A forms/reports frontend for pocketbase
## running
TODO
- `npm run dev` - Starts a dev server at http://localhost:5173/
- `npm run build` - Builds for production, emitting to `dist/`
- `npm run preview` - Starts a server at http://localhost:4173/ to test production build locally