This is the website for apicraft.org.
Get the basics going:
npm install
node .
This website depends on an API. Get the api and then run
npm install argo
Modify lines 2 & 3 of functions.js to point to your api.
var baseURL = "http://api.api-craft.org";
var api_url = baseURL + "/conferences/detroit2014";