This is a simple combat tracker for d&d.
- Track rounds, turn order and HP
- Manage groups of creatures
- Save creatures for later use
- Works offline (PWA)
npm install
npm run workbox
creates Service Workersnpm run build
creates a production build and Service Workersnpm run watch
starts the dev loopnpm run serve
starts a HTTP server, then browse to http://localhost:5000npm run jest
runs unit testsnpm run cypress:open
opens Cypress GUInpm test
runs unit tests, then builds, then launches a dev server on port 5000, then runs end-to-end tests
see LICENSE