- all developing should happen on the
dev
branch so the first step is togit checkout -b dev origin/dev
npm install
npm run postcss
(builds and watches css)npm run budo
(runs livereload)
- from the
dev
branch runnpm run build
- then
cd
into thedist
directory - 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
dist
directory you cangit add --all
,git commit -m 'Build'
andgit push origin master
- updates pushed from the
master
branch should be viewable athttp://docs.commitchange.com