Work in progress.
Before you begin, you need to install the following tools:
- Node (v18 LTS)
- Yarn (v1 or v2+)
- Git
- Clone this repo & install dependencies
git clone https://github.com/scaffold-eth/scaffoldeth.io.git
cd scaffoldeth.io
yarn install
- Start your NextJS app:
yarn start
Visit your app on: http://localhost:3000
.