Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 361 Bytes

d20ql

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 automatically.

Tests

yarn test