Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 413 Bytes

Lyon.rb website

This repository holds the Jekyll source code for Lyon.rb website.

Usage

  1. Clone this repository: git clone [email protected]:lyonrb/website.git lyonrb-website
  2. Install Ruby requirements: bundle install
  3. Run server for development: bundle exec jekyll server --livereload
  4. Build static website: bundle exec jekyll build

License

See LICENSE.md file.