- all developing should happen on the
devbranch so the first step is togit checkout -b dev origin/dev npm installnpm run postcss(builds and watches css)npm run budo(runs livereload)
- from the
devbranch runnpm run build - then
cdinto thedistdirectory - if this is your first time publishing, you'll have to
git init,git remote add origin https://github.com/CommitChange/commitchange.github.io.git - once inside of
distdirectory you cangit add --all,git commit -m 'Build'andgit push origin master - updates pushed from the
masterbranch should be viewable athttp://docs.commitchange.com