We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fb188 commit 2593ca7Copy full SHA for 2593ca7
README.md
@@ -55,24 +55,25 @@ yarn install
55
56
cd/packages/backend
57
npx prisma generate
58
-npx prisma migrate
+npx prisma migrate reset
59
```
60
61
-### 5. Open a new terminal in the root directory and start your backend
+### 5. Prepare the ERC721/IERC721 Contract ABIs
62
63
-yarn backend
+yarn compile
64
65
66
-### 6. Open another terminal and start your react app
+### 6. Open a new terminal in the root directory and start your backend
67
68
-yarn start
+yarn backend
69
70
71
-### 7. Prepare the ERC721/IERC721 Contract ABIs
+### 7. Open another terminal and start your react app
72
73
-yarn compile
+yarn start
74
75
76
+
77
### 8. You base site should be ready for action
78
79
0 commit comments