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`