cp .env.example .env
and replace values.
npm install
bower install
grunt
node server
Tip: nodemon speeds up development workflow!
git checkout develop
git pull
git add [files]
git commit -m 'Commit message'
git push
Using wkhtmltopdf to generate resumés.
wkhtmltopdf {url} {output}