You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ If you have any question please [reach out to the team in our Gitter chat](https
15
15
## 2 - Create your first project!
16
16
17
17
1.`yarn create comit-app <your-app-name>`,
18
-
2.`yarn create comit-app start-env` to start blockchain and COMIT nodes,
18
+
2.`cd <your-app-name>` and `yarn start-env` to start blockchain and COMIT nodes,
19
19
3. Run the [separate-apps](https://github.com/comit-network/create-comit-app/tree/master/new_project/examples/separate_apps) example (in separate terminals for the taker and maker):
20
-
1. Navigate to the separate-apps example app directory `cd <path-to-your-app>/examples/separate-apps`,
20
+
1. Navigate to the separate-apps example app directory `cd ./examples/separate_apps`,
21
21
2.`yarn install` to install dependencies,
22
-
3.`yarn run maker` to run the maker app.
23
-
4.`yarn run taker` to run the taker app.
22
+
3.`yarn run maker` to run the maker app,
23
+
4.`yarn run taker` to run the taker app,
24
24
5. Follow the steps be hitting `Return` to complete the swap.
25
25
26
26
You can find additional examples in the [examples](https://github.com/comit-network/create-comit-app/tree/master/new_project/examples) directory that is created as part of step 1.
0 commit comments