Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 321 Bytes

ableton.github.io

Installation

Make sure you have Ruby installed.

  1. Install bundler: gem install bundler
  2. Install the bundle: bundle install
  3. Run Jekyll: jekyll serve --watch
  4. View the site at http://127.0.0.1:4000/

Changes merged to the main branch are automatically deployed via Github Pages.