Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 718 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 718 Bytes

Ava Protocol Documentation

This site was developed by Ava Protocol.

Installation

Install the dependencies with Bundler:

bundle install

Run the following to generate your site:

bundle exec jekyll serve

To upload a Jekyll site to a AWS S3, run the build command and copy the contents of the generated _site folder to the root folder of your hosting account. The jekyll.environment == 'production' flag will enable Google Analytics and page comments(currently not used)

JEKYLL_ENV=production jekyll build

You can find more on Deployment Methods page on Jekyll website.