Skip to content

fablabbcn/smartcitizen-landing

Repository files navigation

SmartCitizen landing page, using Jekyll

Quick start for development

  1. Clone this repo

  2. Install jekyll and the theme
    bundle

  3. Start the dev server. bundle exec jekyll serve

  4. If the main domain uses a subpath on Github like /myproject/, you can add --baseurl ''
    bundle exec jekyll serve --baseurl ""

  5. Visit http://localhost:4000