AwalaApp / specs

Awala Protocol Suite Specifications
https://specs.awala.network
Creative Commons Attribution Share Alike 4.0 International
5 stars 1 forks source link
awala delay-tolerant-network messaging pki relaynet snearkernet

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.