Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 647 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 647 Bytes

Contributing

Prerequisites

Getting started

  1. Clone this repository
$ git clone [email protected]:mendix/widgets-resources.git
$ cd widgets-resources
  1. Install and link dependencies
$ npm install
  1. Add a test project (optional)

Use Mendix Studio Pro to create a test project in packages/test-project/mxproject. The packages in this repository will copy their bundles to the test project during their build process.

  1. 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.