A web application interface for generating Technical Due Diligence Reports of the provided software.
-
📂 Code Upload
Upload your project’s source code for security/maintainability analysis. -
📑 Report Generation
Download reports (PDF) with code scan results.
Make sure you have installed:
git clone https://github.com/cyclopt/community-tdd.git
cd community-tddnpm installCreate a .env file and store based on .env.sample and fill in your values:
VITE_MAIN_SERVER_URL– URL of the backend API (Required) (check the Cyclopt Community Server)VITE_SENTRY_ENVIRONMENT– Sentry environment (Optional)VITE_SENTRY_DSN– Public DSN for Sentry (Optional)
npm run devRun lint tests
npm testTest production build:
npm run build && npm run preview