An open API service indexing awesome lists of open source software.

https://github.com/scribbletune/scribbletune.com

Website for all things scribbletune!
https://github.com/scribbletune/scribbletune.com

Last synced: 4 months ago
JSON representation

Website for all things scribbletune!

Awesome Lists containing this project

README

          

# 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
```

2. 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.