Skip to content
Sergiu Bucur edited this page Feb 9, 2016 · 5 revisions

Setup guide

Clone this repo and run the following commands in its root folder (/map-editor):

  • npm install -g webpack
  • npm install -g gulp
  • npm install
  • gulp

Use whatever web server you want to host it locally.
Simple option: npm install -g http-server followed by http-server in the repository root folder.

Optional

For code metrics:

  • npm install -g git+https://github.com/deedubs/es6-plato.git
  • npm run plato

Clone this wiki locally