Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 726 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 726 Bytes

🎙soussune.fm

https://soussune.com/

Quick Start

1. Choose a ruby flavor version to install

rbenv install 2.3.3

2. Rehash rbenv shims (run this after installing binaries)

rbenv rehash

3. Set the global Ruby version and install bundler globally

rbenv global 2.3.3
gem install bundler
rbenv rehash

4. Clone down the site

git clone https://github.com/soussune/soussune.github.io.git

5. Install site dependencies

bundle install --path vendor/bundle

6. Run site on your local computer

bundle exec jekyll serve

Open your browser to http://0.0.0.0:4000/

Powered by yattecast