https://github.com/xyzjonas/og-template
https://github.com/xyzjonas/og-template
bun pocketbase quasar template unocss vite vuejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyzjonas/og-template
- Owner: xyzjonas
- License: mit
- Created: 2024-08-02T14:02:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T08:36:27.000Z (over 1 year ago)
- Last Synced: 2025-04-06T03:44:44.999Z (about 1 year ago)
- Topics: bun, pocketbase, quasar, template, unocss, vite, vuejs
- Language: Vue
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# og-template
## Development
```bash
# Start Vite dev server
npm run dev
# Start Pocketbase
npm run pb
```
## Docker
```bash
# Build
docker build -t og-template .
# Run
docker run -it --rm -p "8080:8080" og-template
```