DCC Prerequisites Node.js (recommended version: 16.x or higher) pnpm package manager Git Installation Clone the repository: git clone https://github.com/your-username/jhc-dcc.git Navigate to the project directory: cd jhc-dcc Install the dependencies: pnpm install Start the development server: pnpm run dev Git Workflow Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name Make your changes and commit them: git add . git commit -m "Your commit message" Push your changes to your forked repository: git push origin feature/your-feature-name Create a pull request on the original repository.