Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 977 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 977 Bytes

clientdiversity-org

This is the repo for https://clientdiversity.org, a resource site to assist client diversity efforts. This project is maintained by Ether Alpha.

Local Setup

Just Using Jekyll

  1. Clone the repo (or fork the repo to your account)
  2. Install dependencies:
bundle install
  1. Create a feature branch off of the latest version branch
  2. Start the local server:
bundle exec jekyll serve
  1. Go to http://localhost:4000/ to view changes

To build the site use the following command

bundle exec jekyll build

Resources:

Updating Content

  • 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