Good Calculator for planning and building the perfect production line.
- node.js
- yarn
git clone https://github.com/barraudf/GoodCalculator.gityarn installto install dependenciesyarn downloadDatato fetch official game data filesyarn parseDocsto parse data files and generate local data used by the app- Set up a virtual host pointing to
/wwwdirectory (using e.g. Apache or ngnix)
Any pull requests are welcome, though some rules must be followed:
- try to follow current coding style (there's
tslintand.editorconfig, those should help you with that) - one PR per feature
- all PRs must target
devbranch
Run yarn start to start the automated build process. It will watch over the code and rebuild it on change.
You can also use yarn start:dev to start a local webserver for debugging purposes.