add missing serve command to server contributing guide (#910)

This commit is contained in:
Anupam Dagar 2018-11-04 08:11:06 +05:30 committed by Shahidh K Muhammed
parent e756061439
commit e1253e595a

View File

@ -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