This repo serves two purposes:
- Central place for documenting decision making regarding the liveplant.io project
- 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.
Dependency | Install Options (Linux, Unix, Mac OS X) |
Install Options (Windows) |
---|---|---|
Ruby |
|
|
Bundler | gem install bundler |
gem install bundler |
Python (required by Jekyll) |
|
|
- Clone this repo
git clone git@github.com:liveplant/about.liveplant.io.git
- Install project dependencies
bundle install
- Run jekyll
bundle exec jekyll serve
- You should have a site running at http://0.0.0.0:4000/ (or http://127.0.0.1:4000/)