We are excited to have you as a contributor! Please follow the guidelines below to help us maintain a great project.
-
Clone the repository
git clone https://github.com/gaviriaz/dgz-engineering.git cd dgz-engineering -
Install Dependencies
- Make sure you have the necessary tools installed, such as Node.js, npm, etc.
- Run the following command to install dependencies:
npm install
-
Run the Development Server
- Start the development server:
npm start
- Start the development server:
- Fork the repository on GitHub.
- Create a feature branch from
main:git checkout -b your-feature-name
- Make your changes and commit them:
git commit -m "Add some feature" - Push your changes:
git push origin your-feature-name
- Open a Pull Request on GitHub.
- Follow the Airbnb JavaScript Style Guide.
- Use meaningful names for variables and functions.
- Write clear and concise comments.
- Write tests for any new features or bug fixes.
- Ensure that all tests pass before submitting a pull request.
- To run tests, use:
npm test
Thank you for your contributions!