MapStory / story-tools

MIT License
8 stars 10 forks source link

Build Status

story-tools

Installation

run

    npm install
    bower install
    gulp develop

If you haven't used or installed Gulp previously, you may also need to run npm install --global gulp-cli before running gulp develop.

Alternatively, run

    docker-compose build
    docker-compose up

Accessing the examples

Example index will be available at: http://localhost:8001

Getting around

There are 3 large distinctions in the structure and bundling of code:

Within these categories, the specific functionality includes (not all physically separate):

Running tests in the browser

run

gulp karma --server

Karma will be available at: http://localhost:9876/debug.html