Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

367 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABCAC

Unified platform for the Arizona Board for Certification of Addiction Counselors — one Next.js 14 (App Router) app serving the public website, the member portal (/account/*), the admin console (/admin/*), and the AI Navigator assistants, backed by a single Supabase project and Stripe.

Source of truth

See docs/LAUNCH-ASSESSMENT.md — the current status document for the shipped platform. Operational guides live at the repo root: SETUP-RUNBOOK.md (go-live configuration) and AUTOMATION-RUNBOOK.md (automation operations). Historical planning documents (MASTER-PLAN, ASSESSMENT, EXECUTION-PLAN, PORTAL-PARITY, SHIP-PLAN) are archived in docs/archive/.

Quick start (local)

cp .env.example .env.local   # fill in Supabase + Stripe (+ optional Resend / Anthropic) keys
npm install
npm run dev
npm run build   # production build
npm test        # vitest unit tests

The schema lives in supabase/migrations/001..041 (the source of truth for the database).

Releases

Packages

Contributors

Languages