Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzjonas/og-template
https://github.com/xyzjonas/og-template
bun pocketbase quasar template unocss vite vuejs
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyzjonas/og-template
- Owner: xyzjonas
- License: mit
- Created: 2024-08-02T14:02:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T08:36:27.000Z (about 1 month ago)
- Last Synced: 2024-12-05T09:31:20.756Z (about 1 month ago)
- Topics: bun, pocketbase, quasar, template, unocss, vite, vuejs
- Language: Vue
- Homepage:
- Size: 13.3 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
```