Cryptode

Build Status Build Status Build Status

Introduction

This is the Cryptode project site, part of Ribose Open Project network, located at https://www.cryptode.com.

It is a Jekyll-based site created with the Open Project Jekyll theme.

Refer to their respective docs for details.

Development

Getting started

  • Ensure you have reasonable Ruby version

  • Run bundle from within site directory to install Ruby dependencies

Serving site preview

  • Run jekyll serve from within site directory

Workflow

  1. Ensure tests pass

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Make a pull request