- Before making a Pull Request (PR), run
npm run postinstallto perform eslinting and prettier checks. Ensure checks pass before PR. - PRs must only be made to the
devbranch. - After completing a milestone, merge
devtomain, and thenmaintoazure-mainfor cloud deployment. - Use meaningful one-line summaries for your commit messages.
- Pull from the branch before each commit to minimize conflicts.
- Provide a summary and bullet points in the body of your PR.
- Start the development server with
npm run start; it will open atlocalhost:3000. - Follow the Airbnb ESLint style guideline for code consistency.
- Push to
azure-mainto trigger automatic CI/CD updates on the cloud. Monitor the process in the GitHub Actions tab. - Use
npx prisma studiofor a web dashboard view of the database.
- Ensure your Git configurations are set for case sensitivity and automatic rebasing.
- Run linting and formatting as part of your development routine.
- Always ensure that no sensitive information is included in commits to the public repository.