We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f806cc1 commit 3320a33Copy full SHA for 3320a33
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"start:ganache": "node ./scripts/run-ganache.js",
8
+ "start:client": "cd ./packages/client && npm start",
9
"deploy:contracts": "cd ./packages/truffle && npm start"
10
},
11
"repository": {
0 commit comments