Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabienjuif/roll

Roll | Roll your dices!
https://github.com/fabienjuif/roll

dices nantes pwa roll

Last synced: 14 days ago
JSON representation

Roll | Roll your dices!

Awesome Lists containing this project

README

        

# Roll
> Simply choose your dices, and roll them!

This application helps us play with multiple dices at once.

## 🎲 Test it!
Just go to the [website](https://roll.sh/).

## 🤔 Why are we developping this app?
This is a nice pretext to play around react hooks and PWA.

## 🤝 Contributors
Feel free to add yourself in this section!
- [Fabien JUIF](https://github.com/fabienjuif)
- [Delphine MILLET](https://github.com/delphinemillet)

## 🛠 Hack it!
Here are the main commands:
1. Install dependencies: `yarn`
2. Run the dev server: `yarn start`
3. Run the build: `yarn deploy:build`
4. 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!