RPG Turns is a system-agnostic Tabletop RPG combat turn tracker, focused on giving an easy and better experience to all RPG players when controlling combat flow. We value small, independent and focused applications that we plan to integrate into a full-fledged RPG session management tool.
We use React to build an easy to use interface and Firebase to store and share data between users so everyone is in the same turn. Also, Cypress is used as test runner for easy to write and effective testing.
If you would like to contribute with the project feel free to send Pull requests in the github repository with features, fixes or documentation and visual improvements.
npm install
npm start
The app will be available on http://localhost:3000
Run cypress
npm run cypress open
Click on run all specs
button.