Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Feb 6, 2018
1 parent fc6008f commit 45ecf03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ After you deployed the Prisma service, you need to replace the `__PRISMA_ENDPOIN

Note that `prisma deploy` also executes the mutation defined in `database/seed.graphql` so your service will be seeded with initial data.

You can then run the following command to start the server and open a Playground:
You can then run the following commands to start the server and open a Playground:

```sh
yarn install
yarn dev
```

Expand Down

0 comments on commit 45ecf03

Please sign in to comment.