git clone
repocd
repo_folderbundle install
to install list of gems in Gemfilenpm install
to install list of node packages in packages.json
gulp serve
builds the site and serves it at `localhost:3000- (The gulpfile has other build options, including
gulp clean
) - Browser automaticlly refreshes with changes etc