An open API service indexing awesome lists of open source software.

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

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`.