Skip to content

Suite of modules to help building tools around the MWC framework.

Notifications You must be signed in to change notification settings

vdegenne/mwc3-back-helpers

Repository files navigation

mwc3-back-helpers

📂 Suite of modules to help building tools around the MWC framework.

👷 Development

Prerequisites

The sources rely on some data maps that need to be built prior to development

git clone https://github.com/vdegenne/mwc3-back-helpers.git
cd mwc3-back-helpers
npm i
npm run build

🥼 Test

This repository uses wireit, tests can be run in watch mode using the following command:

npm run test --watch