Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 425 Bytes

File metadata and controls

20 lines (15 loc) · 425 Bytes

Scribbletune.com

This is a Jekyll based website which can be run locally by performing the following steps:

  1. Install Jekyll and Bundler:
gem install jekyll bundler
  1. Install the dependencies specified in the Gemfile:
bundle install

Build the site and make it available on a local server:

bundle exec jekyll serve

Open your web browser and navigate to http://localhost:4000 to see your site.