Skip to content

olimpiadi-informatica/squadre

Repository files navigation

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