Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juusaw committed Mar 2, 2019
1 parent 809b691 commit 9729175
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 9729175

Please sign in to comment.