Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.29 KB

README.markdown

File metadata and controls

59 lines (50 loc) · 1.29 KB

about.liveplant.io

This repo serves two purposes:

  1. Central place for documenting decision making regarding the liveplant.io project
  2. Explaining liveplant to external users

This site is built with Jekyll. I recommend you visit the Jekyll docs and take a look at the GitHub Pages instructions

Dependencies

These instructions assume Linux, Unix, or Mac OS X

Dependency Install Options
Ruby
  • Recommended: Use RVM
  • Ruby comes with your Mac and most *nix distros
Bundler gem install bundler

Get Started

  1. Clone this repo
git clone git@github.com:liveplant/about.liveplant.io.git
  1. Install project dependencies
bundle install
  1. Run jekyll
bundle exec jekyll serve
  1. You should have a site running at http://0.0.0.0:4000/