From 9c293141957c383bd53f87993229a5ddb2fd8aaf Mon Sep 17 00:00:00 2001 From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:46:53 +0200 Subject: [PATCH] chore: update docs --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1eb2fc..fed882d 100644 --- a/README.md +++ b/README.md @@ -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