Web app to aid the hero picking phase in a game called Dota 2 by creating and maintaining hero pool lists.
You can try it out by clicking here.
To run the web application you need Node.js. The following commands can be used:
npm start
: Start the application.npm run build
: Build the application.npm run deploy
: Build and deploy with gh-pages. (Note: gh-pages is a dev dependency.)npm test
: Run unit tests.
Dota 2 is a registered trademark of Valve Corporation.