Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 779 Bytes

File metadata and controls

22 lines (18 loc) · 779 Bytes

iTowns public web site

This site is powered by Jekyll.

To serve it localy, you should first head to Jekyll doc to get started, but the TLDR is:

  1. You need to have Ruby and RubyGems installed.
  2. Clone this repo and cd into it.
  3. Run the following command to install dependencies:
    bundle install
  4. Run the following command to serve iTowns website locally:
    bundle exec jekyll serve