Web based implementation of Mids' Pine Hero Builder for City of Heroes.
Work in progress
Read the wiki for the plan.
The site is built using vue.js, so node (I use node 10LTS) is required. Run npm install
to download the dependencies.
Then use npm run serve
to have a local copy running.
npm run build
will package the version to ship.
I have decompiled Mids executable thanks to dotPeek by JetBrains and wrote a parser (using python 3) to create json data file which are used by the web ui. Have to thanks of course all the contributors to Mids and Pine that assembled all this knowledgebase.