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!
- Host: GitHub
- URL: https://github.com/scribbletune/scribbletune.com
- Owner: scribbletune
- Created: 2018-08-05T03:58:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T06:17:38.000Z (4 months ago)
- Last Synced: 2026-02-12T15:21:37.188Z (4 months ago)
- Language: HTML
- Homepage: https://scribbletune.com/
- Size: 5.45 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.