Skip to content

This is the source code for https://stateofeth.com, a dashboard to monitor and promote Ethereum decentralization.

License

Notifications You must be signed in to change notification settings

etheralpha/stateofeth-com

Repository files navigation

State of Eth Website

Local Development

  1. Clone the repo
  2. Install dependencies: bundle install
    • Ruby may need to be installed first if not already packaged with your OS
  3. Create a feature branch off of the main branch
  4. Start the local server: bundle exec jekyll serve --config _config.yml,_config_dev.yml --incremental
    • The site.environment variable can be used to only run certain operations in production vs development
      • The --config flag uses development variables in _config_dev.yml to override those in _config.yml
    • When running the local server, saving a file automatically triggers a build so you can see the changes
      • The --incremental flag speeds up the build time by caching the builds and only updating files that were edited
  5. Go to http://localhost:4400/ to view changes

To build the site, use bundle exec jekyll build.

Resources:

About

This is the source code for https://stateofeth.com, a dashboard to monitor and promote Ethereum decentralization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published