RiskRank is a web-based platform that centralizes and clearly displays all relevant information about a CVE or incident.
Follow these steps to set up and run the application locally.
1.Start Frontend 1.1 Install dependencies
npm install --force
1.2. build the project
npm run build
1.3. Start the project
npm run dev
- Start Backend
python run.py