Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 403 Bytes

Source for scodec.org website.

Site is generated by sbt using nanoc and pamflet.

Requires nanoc to be installed, along with pygments.rb and kramdown gems.

sudo gem install nanoc
sudo gem install kramdown
sudo gem install pygments.rb
sudo easy_install Pygments

To preview the site, run "sbt preview-site".

Both api.md and releases.md must be updated upon each scodec module release.