An open API service indexing awesome lists of open source software.

https://github.com/jdiehl/mx-widgets


https://github.com/jdiehl/mx-widgets

mendix

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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}`