Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 519 Bytes

elixir-bridge.github.io

Static Site for Elixirbridge

Running the app in development

install

This site is built using GitHub pages

  • requires Ruby 2.x and bundler

  • Clone this repo from GitHub

  • Ensure you have the jekyll gem available to you.

  • Inside the elixir-bridge.github.io directory:

    bundle install

Running the site locally

  • bundle exec jekyll serve