The goal of the MIRs project two fold:
- to document reasons for individual functionalities
- to document Mailio communication protocol
-
Open Terminal.
-
Check whether you have Ruby 2.1.0 or higher installed:
ruby --version
-
If you don't have Ruby installed, install Ruby 2.1.0 or higher.
-
Install Bundler:
gem install bundler
- Install dependencies:
bundle install
- Bundle assets and start the server:
bundle exec jekyll serve
- Preview your local Jekyll site in your web browser at http://localhost:4000.
More information on Jekyll and GitHub pages here.
This documentation has been adopted from Ethereum EIPs