Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/fabienjuif/roll
- Owner: fabienjuif
- Created: 2019-02-06T15:56:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T16:34:59.000Z (almost 6 years ago)
- Last Synced: 2024-12-15T15:17:02.243Z (19 days ago)
- Topics: dices, nantes, pwa, roll
- Language: JavaScript
- Homepage: https://roll.sh
- Size: 1.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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!