Skip to content

etheralpha/ethereumupgrades-com

Repository files navigation

ethereumupgrades-com

This is the source code for https://ethereumupgrades.com, an info site for Ethereum upgrades.

Local Development

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

To build the site use python3 generate_pages.py && bundle exec jekyll build.

Resources:

Contributing

For updating the site to a new upgrade:

  1. Duplicate the most recent upgrade's data file in site/_data
  2. Rename the file with the upcoming upgrade's name following the {{upgrade_name}}-{{network}} convention
  3. Update the info within the data file
  4. Update the info in _config.yml

About

This is the source code for https://ethereumupgrades.com, an info site for Ethereum upgrades.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published