Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 995 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 995 Bytes

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 [email protected]:feedhenry/fh-studio.git
$ cd fh-studio
$ npm install .
$ fhc target http://somewhere.feedhenry.com 
$ open http://0.0.0.0:3000/

Important Resources & Reading

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