/mwisim.github.io

MWI Combat Simulator

Primary LanguageJavaScript

MWICombatSimulator

How to run locally for development purposes

Install dependencies:

npm install

Build webpack bundle

npm run build

That's it. You can now open index.html in your browser of choice. You may need to enable CORS or host the site locally for it to load properly.

Here is an example to integrate GitHub for local testing purposes.