Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 471 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 471 Bytes

Contributing

Prerequisites

See Prerequisites section of README.md.

Getting started

  1. Clone this repository
$ git clone https://github.com/mendix/native-widgets.git
$ cd native-widgets
  1. Install and link dependencies
$ yarn
  1. Go make it!

Open the folder of the package you want to change and use yarn build to bundle it, or npm start for watch mode.