Skip to content

villeneuvelab/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up your GitHub Pages site locally with Jekyll

github help

Quickly

  • Install ruby
  • Clone this repository
  • cd documentation
  • Install Blunder: gem install bundler
  • Install dependencies: bundle install
  • Start the server: bundle exec jekyll serve
  • Open a web browser at http://localhost:4000/documentation/