Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snurfer0 committed Dec 8, 2023
1 parent 579fd34 commit 9c29314
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
2. Navigate to the project folder: `cd fundraiser-dapp`
3. Install dependencies: `npm install`
4. Compile solidity smart contracts: `npm run truffle:compile`
5. Generate typescript types: `npm run typechain:generate`
6. Run tests: `npm run truffle:test`
7. Set up the environment variables (next section)
8. Start Next.js App: `npm run next:dev`
5. Generate typescript types: `npm run smart-contracts:typechain:generate`
6. Generate typescript types: `npm run app:typechain:generate`
7. Run tests: `npm run truffle:test`
8. Set up the environment variables (next section)
9. Start Next.js App: `npm run next:dev`

## 🌈 Environtent variables

Expand Down

0 comments on commit 9c29314

Please sign in to comment.