Use git clone
pip install -r requirements.txt
Copy the .env.example
file to .env
and fill in the values.
API_PASSWORD=<contact [email protected] for the backend API key>
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=<obtain from clerk.dev>
CLERK_SECRET_KEY=<obtain from clerk.dev>
python main.py
This will start the app on http://localhost:8000.