Head to https://www.originprotocol.com/developers to learn more about what we're building and how to get involved.
These docs are a work in progress, but you can view them live at: http://docs.originprotocol.com
Contributions are welcome!
Clone locally with:
git clone https://github.com/OriginProtocol/origin.git && cd origin/origin-docs
Make sure you have Ruby >=2.3.1 installed. Ruby 2.50 works great. If you don't have a current ruby on OSX, you can install a newer ruby version with brew or rbenv.
Start serving locally with:
bundle install
bundle exec jekyll serve
Preview your edits in your browser at: http://127.0.0.1:4000
Our docs are currently hosted on Github pages. Deploying changes (if you have access to the gh-pages branch) is as easy as running:
./deploy.sh