Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 361 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 361 Bytes

cellprofiler.github.com

development

  1. Ensure ruby is installed on your system. For OS X, use homebrew:
brew install ruby
  1. Ensure you have bundler installed:
gem install bundler
  1. Install project dependencies:
bundle install
  1. Start the local server
bundle exec jekyll serve