There is a server_conf.js in /src. It's real important. but it's ignored on git. you have to create own one to start on localhost.
on sever side we put it manually. each server might have different config.
/* -------------------------------
* sup Server Conf
/* ------------------------------- */
if (sup == 'undefined' || !sup){
var sup= {}
}
sup.server = {
host: "http://127.0.0.1:9000",
api: "http://api.sup.farm",
ext: "http://ext.sup.farm",
web: "http://sup.farm"
}
peon -c release
start make a release.
peon -c release
to release a version.
peon -c init
to install bower components and node_modules
peon
to start localhost.