Skip to content

Commit 0df2632

Browse files
authored
README: Replace yarn with npm (because of #180) (#182)
1 parent 8e93290 commit 0df2632

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Try it out at: http://graphql.org/swapi-graphql
2121
Install dependencies with
2222

2323
```sh
24-
yarn
24+
npm install
2525
```
2626

2727
## SWAPI Wrapper
@@ -37,8 +37,7 @@ yarn test
3737
A local express server is in `./server`. It can be run with:
3838

3939
```sh
40-
yarn build # Only if you changed something
41-
yarn start
40+
npm start
4241
```
4342

4443
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

Comments
 (0)