## Development Prerequisite: Install git, node package manager, webpack CLI, grunt CLI, Karma CLI To contribute, fork and clone. The code is in typescript. Use a typescript IDE of your choice, like Visual Studio Code or WebStorm. To set up the development environment, run: npm install Create a folder named dist in the project root. Create a Mendix test project in the dist folder and rename its root folder to `dist/MxTestProject`. To automatically compile, bundle and push code changes to the running test project, run: npm start To run the project unit tests with code coverage, results can be found at dist/testresults/coverage/index.html, run: npm test:unit or run the test continuously during development: karma start ## Scripts While developing, you will probably rely mostly on `npm start`; however, there are additional scripts at your disposal: |`npm run