Skip to content

openmpp/UI

Repository files navigation

OpenM++ user interface (ompp-ui)

This repository is a part of OpenM++ open source microsimulation platform. It contains openM++ user interface.

Project setup

git clone https://github.com/openmpp/UI.git ompp-ui
cd ompp-ui
npm install

(optional) audit packages:

npm audit --omit=dev

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Build the app for production

npm run build

Lint the files

npm run lint

License: MIT.

Please visit our wiki for more information or e-mail to: openmpp dot org at gmail dot com.