Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 466 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 466 Bytes

Contributing

Prerequisites

See Prerequisites section of README.md.

Getting started

  1. Clone this repository
$ git clone https://github.com/mendix/web-widgets.git
$ cd web-widgets
  1. Install dependencies
$ pnpm install
  1. Go make it!

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