- NodeJS (LTS or higher).
- TypeScript 5.5.1 or compatible version.
- Open a command prompt in the
WebTools/
folder and typenpm install
to install dependencies - then run
npx webpack
from the same folder, this will generate the requireddist
area and files - Open
index.html
(or serve it from your favourite webserver)
Compiling will use webpack to generate a master script in the dist/ folder.
Contributions are welcome. Use a PR to get your changes into the master branch.