Skip to content

planetfederal/story-tools

 
 

Repository files navigation

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:

  • core - any core viewing/playback logic + provided UI this includes API, controller logic and the timeline and timeslider UI
  • edit - any non-UI editing related logic, parsing, etc.
  • ng - angular wrappers/integration for both core and edit

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

  • time - timeline and timeslider integration
  • style - ol3/SLD styling
  • pins - spatial story-telling annotations
  • boxes - spatial story-telling chapters
  • layout - layout of viewing mode

Running tests in the browser

run

gulp karma --server

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.0%
  • HTML 8.7%
  • CSS 1.3%