This document outlines the development practices, patterns, and best practices for working on the AutoTechJobs platform.
/app - Main application code/app/routes - Route handlers and components/app/services - Business logic and services/app/utils - Utility functions/db - Database schema and migrations/tests - Test files/app/components/app/routes/app/services/app/types/app/stylesmain - Production codedevelop - Integration branchfeature/* - Feature brancheshotfix/* - Emergency fixesrelease/* - Release preparationnpm run dev - Start development servernpm run build - Build for productionnpm run test - Run testsnpm run lint - Run linternpm run format - Format codeFor more information about deployment practices, see theDeploymentdocumentation.