This repository is a part of OpenM++ open source microsimulation platform. It contains openM++ user interface.
git clone https://github.com/openmpp/UI.git ompp-ui
cd ompp-ui
npm install
(optional) audit packages:
npm audit --omit=dev
npm run dev
2026-03-05: Vite dev is unstable, please watch for load errors, you may need to visit the same route multiple times before it is actually loads all assets.
npm run build
npm run lint
You can also use bun instead of npm for faster development.
License: MIT.
Please visit our wiki for more information or e-mail to: openmpp dot org at gmail dot com.