Nexus v2 provides a modern web application with a Next.js frontend and a Python backend.
- frontend/: Next.js application (TypeScript, Tailwind CSS)
- backend/: Python application (Source in
src/, dependencies inrequirements.txt) - AI_RULES.md: Guidelines for AI agents working on this project.
- Node.js & npm
- Python 3.9
- pip
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Run the development server:
npm run dev
- Navigate to the backend directory:
cd backend - Install dependencies:
pip install -r requirements.txt
- Run the application (example command, adjust as needed):
python src/main.py