This directory includes a prototypical implementation of a modeling application and is related to the https://github.com/KarolinDuerr/MA-CNA-ModelingSupport repository.
Start a local server using python by executing the following command in this directory: python -m http.server 8001
Afterwards you can go to http://localhost:8001/modelingApplication.html
The application uses:
- the open-source modeling library JointJS published under the Open Source Mozilla Public License Version 2.0. The modeling application used the library as-is.