halimath / diceroller

Roll dice of the SW role playing game series online

Home Page:https://diceroller.wilanthaou.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diceroller

CI Status CD Status

A progressive web application for rolling dice of the SW role playing game series.

The app is online available at https://diceroller.wilanthaou.de/.

Development

The PWA is built using

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.

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.

About

Roll dice of the SW role playing game series online

https://diceroller.wilanthaou.de

License:Apache License 2.0


Languages

Language:TypeScript 64.2%Language:HTML 18.3%Language:Sass 11.6%Language:JavaScript 3.3%Language:Dockerfile 1.7%Language:Makefile 0.9%