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

https://github.com/notjoemartinez/chart-tests

chartjs tests for chess insights
https://github.com/notjoemartinez/chart-tests

Last synced: 3 months ago
JSON representation

chartjs tests for chess insights

Awesome Lists containing this project

README

          

# chart tests
A chart testing environment for [chess-insights](https://github.com/NotJoeMartinez/chess-insights)

## Project setup
```
npm install
```

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

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

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).