Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 286 Bytes

File metadata and controls

16 lines (9 loc) · 286 Bytes

Mendix Widgets

This repo contains multiple Mendix widgets.

Setup

Run npm i --legacy-peer-deps

Dev Server

Start dev server: npx turbo run start --filter={package-name}

Build

Build all: npm build Build single package: npx turbo run build --filter={package-name}