Skip to content

camille-hdl/initiative-rocks

Repository files navigation

Build Status

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)

Commands

  • npm install
  • npm run workbox creates Service Workers
  • npm run build creates a production build and Service Workers
  • npm run watch starts the dev loop
  • npm run serve starts a HTTP server, then browse to http://localhost:5000
  • npm run jest runs unit tests
  • npm run cypress:open opens Cypress GUI
  • npm test runs unit tests, then builds, then launches a dev server on port 5000, then runs end-to-end tests

License

see LICENSE

@camille_hdl