Website to give an overview of the various EthereumJS
projects and an
introduction to the ecosystem and the community.
Site is hosted at https://ethereumjs.github.io/ via GitHub Pages and build with Jekyll (see also "Jekyll and GH Pages").
You can update the site by editing the markdown in ./index.md (via PR), build will be triggered automatically on merge.
To build the site locally you have to have a working Ruby 2.4.x
environment (you can use the RVM Ruby version manager for this) and bundle
and Jekyll
installed.
Install the GitHub pages
gem from the Gemfile
with:
bundle install
See also this article for further installation instructions.
The site can then be build with:
jekyll build
And being served on http://127.0.0.1:4000 with:
jekyll serve