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
> if you are facing with clone, you may not have SSH key configured with your GitHub account, [follow these steps to configure yours in a few seconds](https://www.testingexcellence.com/install-git-mac-generate-ssh-keys/). Once installed, do the cloning step again.
29
+
> if you are facing with clone, you may not have SSH key configured with your GitHub account, [follow these steps to configure yours in a few seconds](https://www.testingexcellence.com/install-git-mac-generate-ssh-keys/). Once installed, do the cloning step again.
30
+
31
+
> the submodule checkout master command is because each submodule is pointed to a specific commit, so running this command will point them to master, after which they can be used the same way any other repo is used (_pulling, merging, committing..._)
28
32
29
33
## Yarn Install
30
34
@@ -51,7 +55,7 @@ cd packages/client
51
55
yarn dev
52
56
```
53
57
54
-
Then, open `http://localhost/3000`
58
+
Then, open [http://localhost:3000](http://localhost:3000)
55
59
56
60
#### 2. graphql:
57
61
@@ -60,7 +64,7 @@ cd packages/graphql
60
64
yarn dev
61
65
```
62
66
63
-
Then, open `http://localhost/4000/graphql`
67
+
Then, open [http://localhost:4000/graphql](http://localhost:4000/graphql)
64
68
65
69
## Setup the data
66
70
@@ -70,7 +74,7 @@ After you running the build, you won't see any data.
70
74
71
75
To see the content, we need to set it ourselves:
72
76
73
-
1. open `http://localhost/4000`
77
+
1. open [http://localhost:4000/graphql](http://localhost:4000/graphql)
3. open the `Query Variables`
97
+
4. add your JSON to the `Query Variables`. [Example data can be found in this gist](https://gist.githubusercontent.com/aretecode/7da7359d3cb0e085e81822c1822d3d08/raw/331a29f90f7eb6315ae9c51c0e9df36bd6871fbd/example.json)
90
98
91
-
4. add your JSON to the `Query Variables`. [Example data can be found in this gist](https://gist.github.com/aretecode/7da7359d3cb0e085e81822c1822d3d08)![https://noccumpr-cdn.sirv.com/documentation/Screen%20Shot%202019-04-20%20at%2012.07.41%20AM.png]
0 commit comments