This is the document repository for the pegnet.org website.
The top-level website can be found: https://github.com/pegnet/pegnet.github.io
Requires Ruby & Rubygems
Get an auto-reloading dev server
gem install bundler
cd ./docs
bundle install
bundle exec jekyll serve --livereload
And just edit the *.md
files.