# Local development processes # Components will be added below as they're created web: cd apps/web && npm run dev api: cd services/api && make run