mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-13 09:17:21 +03:00
add missing serve command to server contributing guide (#910)
This commit is contained in:
parent
e756061439
commit
e1253e595a
@ -22,7 +22,7 @@ own machine and how to contribute.
|
||||
### Run
|
||||
- Make sure postgres is running
|
||||
- Create a database on postgres
|
||||
- Run the binary: `stack exec graphql-engine -- --database-url=<database-url>`
|
||||
- Run the binary: `stack exec graphql-engine -- --database-url=<database-url> serve`
|
||||
|
||||
### Work
|
||||
- Work on the feature/fix
|
||||
|
Loading…
Reference in New Issue
Block a user