Skip to content

AwalaApp/specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.