Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 395 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 395 Bytes

squadre.olinfo.it

Gather the JSON data

  1. Go to the OIS private task repository.
  2. cd into the util/export_stats folder.
  3. ./exporter.py ~/git/www.squadre.olinfo.it/data -a.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint

npm run lint