Getting Started
Repository: github.com/ianroy/makerflowPM
Local Startup (Recommended First)
git clone https://github.com/ianroy/makerflowPM.git
cd makerflowPM
cp .env.example .env
pip install -r requirements.txt
python3 app/server.py
Open http://127.0.0.1:8080/login.
Default Account (Rotate Immediately)
[email protected]/ChangeMeMeow!2026
First-Day Setup Checklist
- Create workspaces for departments.
- Create teams and spaces (labs/rooms/branches).
- Import data from CSV where needed.
- Set role permissions and sidebar visibility defaults.
- Validate email preferences and security settings.
Production Paths
- DigitalOcean Droplet:
./scripts/deploy_production.sh ... - DigitalOcean App Platform:
doctl apps create --spec .do/app.yaml - Managed PostgreSQL: set
MAKERSPACE_DATABASE_URLand redeploy
Fast Validation Commands
python3 scripts/smoke_test.py
python3 scripts/usability_test.py
python3 scripts/accessibility_audit.py