https://github.com/halimath/diceroller
Roll dice of the SW role playing game series online
https://github.com/halimath/diceroller
games roleplaying-game
Last synced: 3 months ago
JSON representation
Roll dice of the SW role playing game series online
- Host: GitHub
- URL: https://github.com/halimath/diceroller
- Owner: halimath
- License: apache-2.0
- Created: 2021-01-10T17:28:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T21:47:38.000Z (over 3 years ago)
- Last Synced: 2025-01-22T03:27:37.757Z (4 months ago)
- Topics: games, roleplaying-game
- Language: TypeScript
- Homepage: https://diceroller.wilanthaou.de
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diceroller
[](https://github.com/halimath/diceroller/actions/workflows/ci.yml)
[](https://github.com/halimath/diceroller/actions/workflows/cd.yml)A progressive web application for rolling dice of the [SW role playing game series](https://www.fantasyflightgames.com/en/starwarsrpg/).
The app is online available at [https://diceroller.wilanthaou.de/](https://diceroller.wilanthaou.de/).
## Development
The PWA is built using
* [TypeScript](https://www.typescriptlang.org/)
* [wecco](https://bitbucket.org/wecco/core/src/master/)
* [material-css](https://materializecss.com/)You need to have `node` and `npm` installed to develop the app.
Run
```
$ npm i
```to install all dependencies then
```
$ npm start
```to start the webpack dev server for local development. The app is served at [http://localhost:9999](http://localhost:9999).
To run the tests, run
```
$ npm test
```To running the lint run the following command
```
$ npm run lint
```## License
This project is licensed under the Apache License V2.