This Repo is development version of js coding guidelines for each Xcidic members to follows. Build version published in Branch:gh-pages
- Install Jekyll and Bundle
gem install bundler jekyll- Clone this project.
git clone https://github.com/xcidic/coding-guidelines-chapter-1.git- Enter Project folder
cd coding-guidelines-chapter-1 # Run dev (Incremental)
bundle exec jekyll serve -i
# Run build
bundle exec jekyll serve