Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

CommitChange/commitchange.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  • all developing should happen on the dev branch so the first step is to git checkout -b dev origin/dev
  • npm install
  • npm run postcss (builds and watches css)
  • npm run budo (runs livereload)

Publishing

  • from the dev branch run npm run build
  • then cd into the dist 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 can git add --all, git commit -m 'Build' and git push origin master
  • updates pushed from the master branch should be viewable at http://docs.commitchange.com

Releases

No releases published

Packages

No packages published

Languages