Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChijioke authored Sep 8, 2024
1 parent 5b6dc01 commit 034ba58
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,39 @@ These functions collectively enable the core functionality of the HyperHarvest c
- Enhanced governance features for protocol parameters



## Requirements

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

- [Node (>= v18.17)](https://nodejs.org/en/download/)
- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))
- [Git](https://git-scm.com/downloads)


## [Quickstart](#quickstart)

To get started with HyperHarvest, follow the steps below:

1. **Clone this repo & install dependencies**

```bash
git clone https://github.com/ETHarvest/HyperHarvest.git
cd HyperHarvest
yarn install

2. **Start your NextJS app**
```bash
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](https://github.com/ETHarvest/HyperHarvest/blob/main/CONTRIBUTING.md) for more information and guidelines for contributing to HyperHarvest.

0 comments on commit 034ba58

Please sign in to comment.