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
- Host: GitHub
- URL: https://github.com/notjoemartinez/chart-tests
- Owner: NotJoeMartinez
- Created: 2023-06-28T06:37:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T07:45:00.000Z (about 3 years ago)
- Last Synced: 2026-04-25T15:00:38.391Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).