npm install -g punch
git clone paste/address/of/your/fork/here
cd punch-blog-site
npm install
punch server
git remote add upstream https://github.com/fremontcoderdojo/punch-blog-site.git
git pull upstream master
git push live
npm install -g punch
git clone paste/address/of/your/fork/here
cd punch-blog-site
npm install
punch server
git remote add upstream https://github.com/fremontcoderdojo/punch-blog-site.git
git pull upstream master
git push live