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 8e93290 commit 0df2632Copy full SHA for 0df2632
README.md
@@ -21,7 +21,7 @@ Try it out at: http://graphql.org/swapi-graphql
21
Install dependencies with
22
23
```sh
24
-yarn
+npm install
25
```
26
27
## SWAPI Wrapper
@@ -37,8 +37,7 @@ yarn test
37
A local express server is in `./server`. It can be run with:
38
39
40
-yarn build # Only if you changed something
41
-yarn start
+npm start
42
43
44
A GraphiQL instance will be opened at http://localhost:8080/ (or similar; the actual port number will be printed to the console) to explore the API.
0 commit comments