8000 GitHub - michalk-1/heroes3calc: A web app to calculate an outcome of a battle in Heroes of Might and Magic III.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A web app to calculate an outcome of a battle in Heroes of Might and Magic III.

License

Notifications You must be signed in to change notification settings

michalk-1/heroes3calc

Repository files navigation

Heroes 3 Calculator

Requirements

  • Python3.10
  • nvm

Installation

cd heroes3calc
python -m venv .venv
python -m pip -U pip
python -m pip install -r requirements.txt
nvm install 16.9.0
nvm node use 16.9.0
npm install
npm run test
npm run build

Run

./run_devel.sh

or

./run_prod.sh

Docker

docker build -t heroes3calc .
docker run -p 8000:80 heroes3calc

About

A web app to calculate an outcome of a battle in Heroes of Might and Magic III.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0