This repository contains the Frontier Release website.
- node
- npm
Make sure you have node.js and npm installed.
Clone the repository and install the dependencies
git clone https://github.com/ethereum/frontier-release
cd frontier-release
npm install
npm install -g grunt-cli
##Build static resources
grunt
##Run
npm start
see the interface at http://localhost:3000