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 installnpm run workboxcreates Service Workersnpm run buildcreates a production build and Service Workersnpm run watchstarts the dev loopnpm run servestarts a HTTP server, then browse to http://localhost:5000npm run jestruns unit testsnpm run cypress:openopens Cypress GUInpm testruns unit tests, then builds, then launches a dev server on port 5000, then runs end-to-end tests
see LICENSE