Files
PhotonVision/chameleon-client/README.md

27 lines
320 B
Markdown
Raw Normal View History

2019-03-10 22:29:29 +02:00
# chameleon-client
2019-08-13 23:43:50 +03:00
the front end project of chameleon vision
2019-03-10 22:29:29 +02:00
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```