https://github.com/turbo87/lva-camo-status
CAMO Status LVA
https://github.com/turbo87/lva-camo-status
Last synced: about 1 year ago
JSON representation
CAMO Status LVA
- Host: GitHub
- URL: https://github.com/turbo87/lva-camo-status
- Owner: Turbo87
- Created: 2018-04-07T09:58:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T20:04:07.000Z (about 1 year ago)
- Last Synced: 2025-04-17T22:30:54.303Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://turbo87.github.io/lva-camo-status/
- Size: 3.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lva-camo-status
## Developing
Once you've installed dependencies with `pnpm install`, start a development server:
```bash
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev --open
```
## Building
To create a production version of your app:
```bash
pnpm build
```
You can preview the production build with `pnpm preview`.