Skip to content

poppy-project/poppy-project.org

Repository files navigation

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.