The Threatmax is a tool designed for creating and managing threat models.
- Threat Models Management: Tools to create, update, and manage threat models.
Clone the repository and install dependencies:
git clone https://github.com/fguisso/threatmax.git
cd threatmax
npm installStart the application:
npm run devNavigate to http://localhost:3000 (or your configured port) to access the application.
Contributions make the open-source community thrive. If you wish to contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request