Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 584 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 584 Bytes

🏗 Scaffold-ETH 2 website

Work in progress.

Requirements

Before you begin, you need to install the following tools:

Quickstart

  1. Clone this repo & install dependencies
git clone https://github.com/scaffold-eth/scaffoldeth.io.git
cd scaffoldeth.io
yarn install
  1. Start your NextJS app:
yarn start

Visit your app on: http://localhost:3000.