Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 531 Bytes

agile-aragon.github.io Build Status

Official website for Agile Aragón

Install

See Jekyll requirements and install project dependencies:

   $ gem install jekyll bundler
   $ bundle install

To run server:

   $ bundle exec rake serve

To run tests:

   $ bundle exec rake test