- Visual Studio 2019 (Community or higher).
- NodeJS (v10.13.0 or higher).
- TypeScript 3.1 or compatible version.
- Open a command prompt in the WebTools/ folder and type
npm install
to install node modules. - Open the solution in Visual Studio.
- Compile the project.
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.