/dota-interactive-map

Dota 2 Interactive Map

Primary LanguageJavaScriptISC LicenseISC

dota-interactive-map

Interactive Dota Map

Powered by OpenLayers

Quick start

# Clone repository
$ git clone https://github.com/devilesk/dota-interactive-map.git
$ cd dota-interactive-map

# Load dota-map-tiles submodule 
$ git submodule init
$ git submodule update

# Install dependencies
$ npm install

# Create .env file
$ mv .env.example .env

# Build project
$ npm run build

# Serve build
$ npx run serve