Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 883 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 883 Bytes

Poppy Project dot org

Build Status

Code for the Poppy project website.

Installation

This website is built with Jekyll. Any question related to its usage should find an answer in the project documentation.

Jekyll requirements are:

  • Ruby including development headers, v2 or above
  • RubyGems
  • Linux, Unix, or Mac OS X

Instructions to run locally

gem install bundler
bundle install
bundle exec jekyll serve

Run tests

bundle exec rake test

Before contributing

Please take a look at the contribution guide to see how to get your changes merged in.

License

See LICENSE file.