This is a Jekyll site for all the official Awala specifications. A live version of the site is available at specs.awala.network.
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:
- Start Jekyll:
bundle exec jekyll serve
- Go to http://localhost:4000.