recommender: https://dota-counter-picker.onrender.com/
static api [deprecated]: https://dota-counter-picker.onrender.com/api/heroes
install dependencies
npm install
start node server at localhost:8000
npm run start
serve with hot reload at localhost:8080
npm run dev
build for production or node server with minification
npm run build
build container
docker build -t pbgnz/dota-counter-picker .
run container
docker run -p 8000:8000 pbgnz/dota-counter-picker
start containers
docker-compose up
(re)build images and start containers
docker-compose up --build
start containers in background
docker-compose up -d
stop containers
docker-compose down
For any questions, bugs, or suggestions please open an issue.