A comprehensive cybersecurity training platform for educational and professional development.
npm install --legacy-peer-deps
npm run devnpm run build
npm start- Install Vercel CLI:
npm install -g vercel - Login:
vercel login - Deploy:
vercel --prod - Set environment variable:
DATABASE_URLFixing the problem for simulation
DATABASE_URL=your_postgresql_connection_string
- Real-time threat detection
- Attack simulation engine
- Automated response system
- Interactive dashboard
- WebSocket real-time updates
- Frontend: React + TypeScript + Vite
- Backend: Node.js + Express
- Database: PostgreSQL + Drizzle ORM
- UI: TailwindCSS + shadcn/ui
- Real-time: WebSockets
MIT License