Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 479 Bytes

File metadata and controls

24 lines (15 loc) · 479 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
$ pnpm install
  1. Go make it!

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