Skip to content

Commit

Permalink
Update README.md: fixed errors (#1046)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
0xScratch authored Dec 14, 2023
1 parent 2556b5a commit 9478e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[gha]: https://github.com/hypercerts-org/hypercerts/actions/workflows/ci-default.yml
[gha-badge]: https://github.com/hypercerts-org/hypercerts/actions/workflows/ci-default.yml/badge.svg

Hypercerts are a tool to build scalable retrospective reward systems for impact.
Hypercerts is a tool to build scalable retrospective reward systems for impact.
For more details, check out our [website](https://hypercerts.org/).

## Organization
Expand Down Expand Up @@ -51,7 +51,7 @@ Take a look at `./frontend/.env.local.example` for the complete list.
- You can either set these yourself (e.g. in CI/CD)
- or copy the file to `.env.local` and populate it.

Then the do a turbo build of all apps, run the following:
Then do a turbo build of all apps, run the following:

```bash
yarn install
Expand Down Expand Up @@ -81,7 +81,7 @@ have docker and docker compose installed.

### Setup environment variables

You will then need to create a `.env.local` file in the root of the repository with at the following environment variables:
You will then need to create a `.env.local` file in the root of the repository with the following environment variables:

```
# Required
Expand All @@ -103,7 +103,7 @@ Once you have your environment configured you can run the infrastructure like so
yarn dev:serve-e2e
```

Once everything is the dapp will be served from http://127.0.0.1:3000. You will
Once everything is done, the dapp will be served from http://127.0.0.1:3000. You will
need to point your metamask to the localchain at 127.0.0.1:8545 with ChainID 31337.

## Playbooks
Expand Down

0 comments on commit 9478e99

Please sign in to comment.