Hann / ethereum-org

Ethereum Foundation website

Home Page:ethereum.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ethereum Foundation website

ethereum.org

License:GNU Lesser General Public License v3.0


Languages

Language:HTML 44.6%Language:JavaScript 23.9%Language:CSS 18.2%Language:Shell 13.2%