Table of Contents
Welcome to the MozDevz's website repository. A developers community from Mozambique.
To get a local copy up and running follow these simple example steps.
Before you begin, ensure that you have Node.js and yarn (Yet Another Resource Negotiator) installed:
- node: Visit the oficial website to download and follow the installation instructions.
- yarn: Open your terminal and run the following command to ensure you have the latest version of npm installed.
npm install yarn -g
We welcome contributions to enhance the website. To contribute, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine:
git clone https://github.com/YourUsername/mozdevz-website.git cd mozdevz-website
- Create a new branch for your feature or bug fix:
git checkout -b feat/your-feature-name
- Make your changes and commit them using Conventional Commits:
git commit -m "feat: add new feature"
- Push your changes to your forked repository:
git push origin feat/your-feature-name
- Create a pull request on the original repository, comparing your branch with the
develop
branch. The pull request must adhere to our Pull Request Template, where you will provide a detailed description of the changes made, the problem solved, and any additional context.
By following these guidelines, you help ensure a smooth and collaborative development process.
Without your contributions, this project wouldn't have been possible. Thank you so much for your time, effort, and dedication! 😄
This repository is licensed under the terms of the MIT License. check out LICENSE for details.
We would love to have you, feel free to open issues and pull requests, and Don't forget to leave a star⭐