Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 924 Bytes

File metadata and controls

37 lines (29 loc) · 924 Bytes

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

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.

Build the app for production

npm run build

Lint the files

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.