Participate (working title) is a web application for online participatory modeling. More specifically, it allows the collaborative creation of causal-loop diagrams in real-time.
It is build using the Meteor framework, using React on the frontend.
To build and run the application, install the Meteor framework, change into the root directory of the app and run:
meteor npm install
meteor
The app will run at http://localhost:3000.
This code is licensed under the AGPL, see LICENSE for details. If you want to use this project under different terms, please contact me.