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)

First-Day Setup Checklist

  1. Create workspaces for departments.
  2. Create teams and spaces (labs/rooms/branches).
  3. Import data from CSV where needed.
  4. Set role permissions and sidebar visibility defaults.
  5. Validate email preferences and security settings.

Production Paths

Fast Validation Commands

python3 scripts/smoke_test.py
python3 scripts/usability_test.py
python3 scripts/accessibility_audit.py