A typescript module template for developing Foundry VTT modules
The source code is in src/
and when Parcel
runs, it dumps the bundled js into dist/
To install dependencies:
yarn
to run dev mode:
yarn dev
to build for release:
yarn build
A typescript module template for developing Foundry VTT modules
TypeScriptMIT