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

https://github.com/vivify-ideas/docker-registry-webhook-frontend

Frontend for our Docker Registry Webhook server
https://github.com/vivify-ideas/docker-registry-webhook-frontend

Last synced: 3 months ago
JSON representation

Frontend for our Docker Registry Webhook server

Awesome Lists containing this project

README

        

# docker-registry-webhook-frontend

## Project setup
```
yarn install
```

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

### Compiles and minifies for production
```
yarn run build
```

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