Skip to content

Commit

Permalink
Fix front end readme (#1444)
Browse files Browse the repository at this point in the history
Signed-off-by: John Bair <[email protected]>
  • Loading branch information
jbair06 authored Jan 14, 2025
1 parent f0cd1ab commit ce7aa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ brew install python-setuptools

```bash
git clone https://github.com/hashgraph/hedera-transaction-tool.git
cd back-end
cd front-end
```

## 2. Install dependencies
Expand All @@ -41,7 +41,7 @@ pnpm install
## 3. Generate Prisma client library

```bash
npx prisma generate
pnpm generate:database
```

## 4. Start developing
Expand Down

0 comments on commit ce7aa9d

Please sign in to comment.