This repository contains the source code for the website of PeCoReT (Pentest Collaboration and Reporting Tool). The website is built using Docusaurus, a modern static website generator.
PeCoReT is an open-source software designed to enhance collaboration and streamline the reporting process in penetration testing engagements. It provides a centralized platform for penetration testers to collaborate, document findings, and generate professional reports efficiently.
To build and run the PeCoReT website locally, follow these steps:
- Clone this repository:
git clone https://github.com/pecoret/pecoret.github.io.git
- Navigate to the project directory:
cd pecoret.github.io
- Install dependencies:
npm install
- Start the local development server:
npm run start
The website will be accessible at http://localhost:3000.
If you would like to contribute to the PeCoReT documentation, please check out our Contribution Guidelines.