Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

ethereum/ethereum-org

Folders and files

NameName
Last commit message
Last commit date
Dec 28, 2015
Mar 19, 2019
Mar 19, 2019
Nov 30, 2018
Nov 27, 2018
May 18, 2018
Apr 17, 2019
Jun 19, 2017
Jun 13, 2018
Jun 19, 2017
Jun 14, 2018
Mar 7, 2015
Mar 8, 2015
Jun 7, 2018
Jun 13, 2018
Jun 19, 2017
Dec 11, 2018
Dec 11, 2018

Repository files navigation

Homestead Release

Build Status dependency status

This repository contains the Homestead Release of the ethereum.org website.

Screenshot

Prerequisite

  • node
  • npm

Installation

Make sure you have node.js and npm installed.

Clone the repository and install the dependencies

git clone https://github.com/ethereum/ethereum-org
cd ethereum-org
npm install
npm install -g grunt-cli

Build static resources

grunt

Run

npm start

see the interface at http://localhost:3000

Publish latest master to GitHub Pages

git checkout gh-pages
git merge master
grunt build
git commit -am "Updated build"
git push origin gh-pages