Skip to content

mitel-networks/workflow-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running locally

Open Git Bash. Check whether you have Ruby 2.1.0 or higher installed:

$ ruby --version

ruby 2.X.X If you don't have Ruby installed, install Ruby 2.1.0 or higher.

Install Bundler:

$ gem install bundler $ bundle install

Running site

$ bundle exec jekyll serve

Edit through github