From 97291757647239570ab5b1c449daf7753d50f7ea Mon Sep 17 00:00:00 2001 From: Juuso Mikkonen Date: Sat, 2 Mar 2019 16:53:17 +0200 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 693ccb2..040d915 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,16 @@ A GraphQL API for some simple dice rollin'. Built with Node.js, Typescript and Apollo Server. The service can be used both to roll a certain set of dices and to view statistics on the roll. + +## Developing + +1. `yarn install` +2. `yarn start` + +## Deploying + +The master branch is deployed to [now.sh](https://now.sh) automatically. + +## Tests + +`yarn test`