Skip to content

xcidic/coding-guidelines-chapter-1

Repository files navigation

This Repo is development version of js coding guidelines for each Xcidic members to follows. Build version published in Branch:gh-pages

Needs

Setup

  1. Install Jekyll and Bundle
gem install bundler jekyll
  1. Clone this project.
git clone https://github.com/xcidic/coding-guidelines-chapter-1.git
  1. Enter Project folder
cd coding-guidelines-chapter-1

Run

 # Run dev (Incremental)
 bundle exec jekyll serve -i

 # Run build
 bundle exec jekyll serve

Release to github pages

  1. checkout to gh-pages branch

     # first clone
     git fetch && git checkout gh-pages
    
     # or
     # you have gh-pages branch in local
     git checkout gh-pages
  2. copy everything inside root folder

  3. commit and push to gh-pages branch

Releases

No releases published

Packages

No packages published