Implementation in Node using Express.JS, templating and FHC.
All that's required to run this is NodeJS - packages.json looks after all dependencies.:
$ git clone [email protected]:feedhenry/fh-studio.git
$ cd fh-studio
$ npm install .
$ fhc target http://somewhere.feedhenry.com
$ open http://0.0.0.0:3000/
Here's a collection of docs pages on the libraries and packages used in fh-studio
- Express.JS Guide - getting started with Express, the tool used to build our API in fh-studio - see routing.
- Ace Editor Embed Guide - Intro to the Ace API, the editor used
- Twitter Bootstrap - HTML & CSS boilerplate being used here
- History.js - state tracking using HTML5 pushState with hash-bang fallback.