Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 357 Bytes

spice-doc-source

Source files for OSS docs. See spiceprogram.org for rendered pages.

Running the site locally

Install Bundler:
gem install bundler

Install dependencies with Bundler:
bundle install

Run the site locally:
bundle exec jekyll serve