Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 400 Bytes

Diode Setup:

System Preparation

  1. Follow guides here to install ruby for your OS
  2. Install Jekyll & Bundler: gem install jekyll bundler then bundle install

Local Dev Environment

  1. To build and to serve on 127.0.0.1:4000: bundle exec jekyll serve

Note: If step 1 fails, prepending bundle exec to the commands may solve the issue.