This is the repo for https://clientdiversity.org, a resource site to assist client diversity efforts. This project is maintained by Ether Alpha.
- Clone the repo (or fork the repo to your account)
- Install dependencies:
bundle install
- Create a feature branch off of the latest version branch
- Start the local server:
bundle exec jekyll serve
- Go to http://localhost:4000/ to view changes
To build the site use the following command
bundle exec jekyll build
Resources:
- Client resources:
_data/clients-consensus.yml
and_data/clients-execution.yml
- Client guides:
_data/consensus-migration-guides.yml
and_data/execution-migration-guides.yml
- Rest of the content is within
index.md
as raw html