install commands
Created by: CKoaser
In the install documentation there is probably 1 line missing:
before executing "grunt", bower has to install all the dependencies listet in the brower file. therefore the list should be as follows:
git clone git@github.com:AF83/koalab.git cd koalab cp config/server.json.example config/server.json $EDITOR config/server.json npm install -g grunt-cli npm install . bower install grunt node koalab.js firefox http://localhost:8080/
In our case not executing bower install lead to a reference error by the $ command, as zepto was not available.
One question: could you please provide the version without the mozilla persona authentication, as it works in the demo version on http://koalab.af83.com/ ?