See Prerequisites section of README.md.
- Clone this repository
$ git clone https://github.com/mendix/widgets-resources.git
$ cd widgets-resources
- Install and link dependencies
$ npm install
- Go make it!
Open the folder of the package you want to change and use npm run build
to bundle it, or npm start
for watch mode.