There are dependencies required for the compilation of the source code using Gulp. They are all listed in the package.lock file and can be installed using the npm install command. Here is the step-by-step guide:
- Make sure nodeJS is installed on your computer.
- Download the source code from GitHub or SourceForge to your computer (or clone the repository using your Git)
- To install all the required dependencies, open a terminal, navigate to the source folder and run:
npm install
npm run compil
This will create the dist/ directory with the required files and sourcemaps in it. Open the application (Editor.html) to test and validate your changes.
The following command can also be used to generate a .zip file containing all the components needed in the bundled version of the application:
npm run release
Of course, the gulpfile.js file can be updated to modify these commands or create new ones, as desired. In this case, don't forget to edit the package.json file to register the new scripts.
All the relevant information for developers will be made available on the GitHub repository (on time), thank you in advance for your patience!
In the meantime, you are encouraged to contact the author directly for more information about the source code