https://github.com/canmod/macpan2-model-builder
Interactive tools for building `macpan2` models
https://github.com/canmod/macpan2-model-builder
Last synced: 5 months ago
JSON representation
Interactive tools for building `macpan2` models
- Host: GitHub
- URL: https://github.com/canmod/macpan2-model-builder
- Owner: canmod
- Created: 2025-04-15T14:57:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T20:32:27.000Z (about 1 year ago)
- Last Synced: 2025-09-09T22:28:14.938Z (9 months ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macpan2-model-builder
Prototype visual builder for compartmental models using [React Flow](https://reactflow.dev/). Outputs [mp_tmb_model_spec](https://canmod.github.io/macpan2/reference/mp_tmb_model_spec) code for use with [macpan2](https://github.com/canmod/macpan2).
## Try it Out
[https://canmod.github.io/macpan2-model-builder/](https://canmod.github.io/macpan2-model-builder/)
## Run Development Version Locally
```bash
npm install
npm run dev
```
## Deployment
```bash
npm run build
npm run deploy
```