Setting up Token Action HUD dev environment - WookieeMatt/Essence20 GitHub Wiki

  1. Clone the essence20-fvtt-tokenactionhud repo into your Foundry's Data/modules/ directory. This is a fork of fvtt-tokenactionhud, since we can't commit directly to that repo, but when we're done we can create a PR to merge into their master branch.
  2. Rename the directory to token-action-hud, this way it matches the id in the module.json
  3. npm run build - This creates the bundle file that Foundry will run the module from. Token Action HUD should now show up in your Add-on Modules menu.
  4. npm run dev - This will rebuild the bundle if changes are made to any relevant files