Skip to content

Ethdex/website

Repository files navigation

License

Local Dev Setup

Requires Node version 6.9.5 or higher.

Add the following to your /etc/hosts file:

127.0.0.1 ethdex.dev

Clone the contracts repo into the same parent directory as this project.

Install yarn in order to install the project dependencies more deterministically.

Install dependencies:

yarn

Import smart contract artifacts from contracts repo:

yarn run update_contracts

Start dev server:

yarn run dev

Visit ethdex.dev:3572 in your browser.