Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.17 KB

README.md

File metadata and controls

52 lines (39 loc) · 2.17 KB

Alaarm

This is a research project by Students of the Chair of Business Informatics, Processes and Systems at University of Potsdam.

Introduction to Alaarm

The project aims to enhance the immersion of alarm scenarios by implementating specific components as a simulation environment to intensify participants' stress levels and provide a realistic mVP scenario. This opens up research opportunities in the realm of human-machine interaction within the Industry 4.0 environment, including the assessment of participants' responsiveness and effectiveness in hazardous situations

Project structure

This project is a monorepo. It contains the following packages:

Installation

This project uses lerna to manage the monorepo. Husky is used to run linting before commits.

Run the following command to install all dependencies of all packages:

npm i

Building the project

npm run build

Running the project

This command will start the admin, client, and controller in parallel in development mode.

npm run dev

To run just one of the packages, use the following command:

npx lerna run dev --scope=@alaarm/scenario-admin

Further documentation

Further documentation can be found in the docs folder.