Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 519 Bytes

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