Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.27 KB

QRL Documentation Page

Quantum Resistant Ledger

This is the documentation for the QRL project. The main project can be found at https://theQRL.org

This Github project is hosted at https://docs.theqrl.org

Contribute

We welcome contributors and believe in open source development

If you have good information to add to the documentation, please submit a PR. Anything from a typo to creating a complete write-up, the project and community will be better for it.


Building these docs

Install rvm

rvm install "ruby-2.5.0"
rvm use ruby-2.5.0
bundle install
gem install jekyll
bash _scripts/build.sh

If the site builds without errors, check out the _site folder in a browser with a local server, e.g. http-server _site/ if http-server is globally installed npm i -g http-server

More information