SCG4

SCG4 - A new project

README

SCG4

SCG4 - 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 24-scg4

Environment Variables

Create .env file: FLASK_ENV=development PORT=5011

🔗 Live: Coming soon

Created: 2026-03-12

Quick tests

Check the README for the recommended testing flow.

Back to projects