gradido/admin/README.md
2021-10-26 12:04:39 +02:00

27 lines
252 B
Markdown

# admin
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Unit tests
```
yarn test
```