Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/recruit-tech/casval-admin-ui

CASVAL (CASual Vulnerability AnaLyzer) Administrator UI
https://github.com/recruit-tech/casval-admin-ui

Last synced: about 11 hours ago
JSON representation

CASVAL (CASual Vulnerability AnaLyzer) Administrator UI

Awesome Lists containing this project

README

        

# CASVAL Administrator UI

## Project setup
```
npm ci
```

### Lints and fixes files
```
npm run lint
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and deploy on GAE for production
```
npm run build
gcloud app deploy
```