Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 450 Bytes

File metadata and controls

35 lines (21 loc) · 450 Bytes

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.