Skip to content

Commit d5a2ee5

Browse files
committed
improve contributing guidelines
1 parent 318f0e1 commit d5a2ee5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Pull requests and issues are very welcome!
66

77
# Getting started
88

9-
To get started, clone this repository and run `yarn` or `npm i`.
9+
To get started, clone this repository and run `yarn` in the repository root. Note you have to use Yarn, npm will not work correctly.
1010

11-
After that you can run the tests with `yarn test`.
11+
In the `packages/` folder, pick one of the packages you want to work on. You can run the tests inside a package with `yarn test`.
12+
If you want to use a GraphQL Playground to test something by hand, you can go to `packages/graphql-authentication-prisma/example` and run `docker-compose up -d` in it (this requires you have Docker installed). Then, run `yarn start`.
1213

1314
# Adding a feature or changing behavior
1415

0 commit comments

Comments
 (0)