Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 492 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 492 Bytes

Contributing

Prerequisites

See Prerequisites section of README.md.

Getting started

  1. Clone this repository
$ git clone https://github.com/mendix/widgets-resources.git
$ cd widgets-resources
  1. Install and link dependencies
$ npm install
  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.