Support
Support local development
1. Configure the root `.env` and PostgreSQL service. 2. Run `pnpm install`, `pnpm db:migrate`, and `pnpm db:seed`. 3. Run `pnpm dev`; dashboard is `http://localhost:3000` and docs
Use this when changing, testing, or deploying the system.
- Configure the root
.envand PostgreSQL service. - Run
pnpm install,pnpm db:migrate, andpnpm db:seed. - Run
pnpm dev; dashboard ishttp://localhost:3000and docs arehttp://localhost:3001.
Support samples are opt-in. Enable the earlier CRM-through-Project sample flags plus SEED_SUPPORT_SAMPLE_DATA=true, then rerun pnpm db:seed.
The idempotent sample contains an installed system, open and resolved tickets, a comment, scheduled/completed visits, active/expired warranties, a support plan, and activity history. Production mode rejects the sample flag.
Developer Details
- Source
- apps/docs/content/support/local-development.md
- Owner
- Module Owner
- Status
- Current
- Module
- Support
- Related route
- /support