Private monorepo for the WMSHR product.
apps/home - public portal website.apps/mobile - mobile app project.packages/shared - shared constants, types, and utilities.docs - product and implementation documents.supabase - Supabase project files and migrations.Install dependencies from the repository root, then run the app you need.
npm install
npm run dev:home
npm run dev:mobile
Local web ports:
apps/home runs on http://localhost:3001.Useful checks:
npm run lint
npm run build
https://dutylix.com serves apps/home.Environment files are intentionally not committed. Copy each .env.example file before local development.