An open API service indexing awesome lists of open source software.

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

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
```