Skip to content

Commit 2593ca7

Browse files
author
camolezi
authored
Update README.md
1 parent d9fb188 commit 2593ca7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,25 @@ yarn install
5555
5656
cd/packages/backend
5757
npx prisma generate
58-
npx prisma migrate
58+
npx prisma migrate reset
5959
```
6060

61-
### 5. Open a new terminal in the root directory and start your backend
61+
### 5. Prepare the ERC721/IERC721 Contract ABIs
6262
```
63-
yarn backend
63+
yarn compile
6464
```
6565

66-
### 6. Open another terminal and start your react app
66+
### 6. Open a new terminal in the root directory and start your backend
6767
```
68-
yarn start
68+
yarn backend
6969
```
7070

71-
### 7. Prepare the ERC721/IERC721 Contract ABIs
71+
### 7. Open another terminal and start your react app
7272
```
73-
yarn compile
73+
yarn start
7474
```
7575

76+
7677
### 8. You base site should be ready for action
7778

7879

0 commit comments

Comments
 (0)