Skip to content

tiramisuframework/healthcare

Repository files navigation

Instance of the Tiramisu framework for healthcare practitioners

This repository is an instance of the process mining - visual analytics framework Tiramisu. It is specifically designed to support healthcare practitioners in their daily activity of interpreting data referring to the behavior of patients affected by neurodegenerative diseases (e.g., dementia) by offering a representation that is more tailored to their domain.

A screenshot of the application is here:

image

The project is built using Vue 3 and Vite.

Project Setup

After cloning the repository, install all dependencies with:

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Alternatively, a deployment of the project is available in Github Pages at https://tiramisuframework.github.io/healthcare/.