This is the repo for prestigecalc data
Install npm, then from the command line run:
$ npm i
To update from git, compile the js, and then copy to a neighboring champions repository, run:
$ npm start
You can run each step individually (and respectively) as:
$ npm run update
$ npm run compile
$ npm run copy