Skip to content

flibbertigibbet/torque-outside-cartodb-presentation

Repository files navigation

torque-outside-cartodb-presentation

Presentation on how to use Torque outside of a full CartoDB installation.

Based on Hekyll.

Requirements

  • ruby
  • node

Installation

gem install bundler
bundle install
npm install
bower install
grunt

To run locally

bundle exec jekyll serve

It will serve on port 4000.

To serve from GitHub pages

Simply push to gh-pages branch.