A Pokemon damage calculator.
const report = sulcalc(attacker, defender, move, field).report;
- Install Node.js and Yarn if you haven't done so already.
- Run
yarn
in the root directory of the repository. - Be sure to run
yarn setup
before running other tasks.
yarn serve
to start a local server that will automatically build and
serve files as changes are made.
See LICENSE