tzubertowski / d2-speedrun-utils

Diablo 2: rune calculators, items ilvl checkers/finders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Requirements

  • docker
  • docker-compose (included with docker desktop)

Installation

There are two steps to run this application

Run install

This step will:

  • create webclient dockr image
  • install all npm dependencies for the project

Just run:

./run.sh install

Run dev

This step will:

  • run index.js of webclient, running the HTTP server

Just run:

./run.sh dev

Tip and tricks

You should never run NPM or node in any form on your host machine. Thus you should execute all commands on the docker container of webclient, eg.

SSH to container

This will:

  • login you into webclient container

Just execute (for Mac/Linux)

docker-exec -it webclient /bin/bash

For Windows:

winpty docker exec -it webclient bash

About

Diablo 2: rune calculators, items ilvl checkers/finders


Languages

Language:Dockerfile 57.3%Language:Shell 42.7%