Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 410 Bytes

prestigecalc

This is the repo for prestigecalc data

export to .json

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