Simply choose your dices, and roll them!
This application helps us play with multiple dices at once.
Just go to the website.
This is a nice pretext to play around react hooks and PWA.
Feel free to add yourself in this section!
Here are the main commands:
- Install dependencies:
yarn
- Run the dev server:
yarn start
- Run the build:
yarn deploy:build
- Publish on your gh-pages:
yarn gh-pages -d build
If you want to check your code quality, you can run yarn ci
, this is the same script that will be run from CircleCI for each commit.
Feel free to play around and open PRs!