Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 796 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 796 Bytes

Awala Protocol Suite Specifications

This is a Jekyll site for all the official Awala specifications. A live version of the site is available at specs.awala.network.

Run locally

If it's the first time you're going to generate the documentation, start by checking that Ruby and Bundler (bundle) are installed and available in your $PATH. Then install the Ruby dependencies for this project, including Jekyll:

bundle install --path vendor/bundle

You're now ready to serve the site locally:

  1. Start Jekyll:
    bundle exec jekyll serve
  2. Go to http://localhost:4000.