Frontend (complyai-frontend)
Type: Web Application
Stack: React (Create React App)
The main user-facing web application for the ComplyAI platform.
Key Features
- Dashboard: User portal for viewing ad compliance status and reports.
- Ad Management: Interface for managing ad accounts and settings.
Setup & Running
- Install:
npm install - Run:
npm start(Runs on localhost:3000 by default) - Build:
npm run build