Skip to content

liveplant/about.liveplant.io

Repository files navigation

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

Dependency Install Options
(Linux, Unix, Mac OS X)
Install Options
(Windows)
Ruby
  • Recommended: Use RVM
  • Ruby comes with your Mac and most *nix distros
Bundler gem install bundler gem install bundler
Python (required by Jekyll)
  • Python comes with your Mac and most *nix distros
  • Download here (version 2.7.10).

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/ (or http://127.0.0.1:4000/)