Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.24 KB

Feedhenry Studio

Implementation in Node using Express.JS, templating and FHC.

Installation:

All that's required to run this is NodeJS - packages.json looks after all dependencies.:

$ git clone git@github.com:feedhenry/fh-studio.git
$ cd fh-studio
$ npm install -d
$ fhc target http://somewhere.feedhenry.com
$ node server.js 
$ open http://0.0.0.0:3000/

//TODO: At present, the DustJS module needs to have this line removed to work with node 0.6:
lib/server.js:6 require.paths.unshift(path.join(__dirname, '..'));
After making changes to any templates, run 'jake ct' to compile the templates.

Important Resources & Reading

Here's a collection of docs pages on the libraries and packages used in fh-studio