An open API service indexing awesome lists of open source software.

https://github.com/scodec/scodec-website

scodec website source
https://github.com/scodec/scodec-website

Last synced: about 2 months ago
JSON representation

scodec website source

Awesome Lists containing this project

README

          

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.