Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 363 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 363 Bytes

PegNet Docs

This is the document repository for the pegnet.org website.

The top-level website can be found: https://github.com/pegnet/pegnet.github.io

Local Development

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.