Skip to content

PeCoReT/pecoret.github.io

Repository files navigation

PeCoReT Website

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.

About PeCoReT

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.

Building the Website Locally

To build and run the PeCoReT website locally, follow these steps:

  1. Clone this repository:
git clone https://github.com/pecoret/pecoret.github.io.git
  1. Navigate to the project directory:
cd pecoret.github.io 
  1. Install dependencies:
npm install 
  1. Start the local development server:
npm run start 

The website will be accessible at http://localhost:3000.

Contributing to the Documentation

If you would like to contribute to the PeCoReT documentation, please check out our Contribution Guidelines.