index

index - A new project

README

index

index - A new project

Setup

bash python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Run

bash python3 run.py

Deploy

bash sudo python3 scripts/autodeploy_all.py --project 25-index

Environment Variables

Create .env file: FLASK_ENV=development PORT=5012

🔗 Live: Coming soon

Created: 2026-03-12

Quick tests

Check the README for the recommended testing flow.

Back to projects