Page cover image

πŸ“‘Developer Guide

Requirements

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

Quickstart

To get started with HyperHarvest, follow the steps below:

  1. Clone this repo & install dependencies

    git clone https://github.com/ETHarvest/HyperHarvest.git
    cd HyperHarvest
    yarn install
  2. Start your NextJS app

yarn start

Visit http://localhost:3000. to interact with the app. Adjust the app configuration in packages/nextjs/helpers/config.ts

Contributing to HyperHarvest

We welcome contributions to HyperHarvest!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to HyperHarvest.

Last updated