Since I've played Diablo II for almost 15 years, I determined to make such a tool for the wonderful game. It's just a beginning!
The most powerful item in Diablo II world, since the runes on it are very very very rare.
npm i
- install dependenciesnpm start
- hot reloading for developmentnpm build
- static compilation, bundle files to out directorynpm serve
- run electron app with static filesnpm publish
- build as executable file with electron-builder (TBD)npm test
- TBD