mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 20:32:46 +00:00
Fix lint errors: - Remove unused Optional import from gitleaks workflow - Remove unused logging import from trufflehog activities Fix documentation broken links: - Update workspace-isolation links to use /docs/ prefix in resource-management.md - Update workspace-isolation links to use /docs/ prefix in create-workflow.md Fix benchmark dependency: - Add fuzzforge-sdk installation to benchmark workflow - SDK is required for bench_comparison.py import All CI checks should now pass.
FuzzForge Documentation
This website is built using Docusaurus, a modern static website generator.
Installation
yarn
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.