Educational tool for building dynamic fault trees diagrams with visualization for basic event propagation.
Requirements: Preferably Node.js => 20.0.0
To start the development server, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies by running
npm install. - Start the development server by running
npm run dev.
To build the application for production, follow these steps:
- Navigate to the project directory.
- Run
npm run build. This will create adistdirectory in the project root with the compiled assets ready for deployment.