This repository contains the frontend code for the blackbot.technology website.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
. - Make your changes and ensure the code follows the established coding style.
- Test your changes thoroughly.
- Commit your changes:
git commit -am 'Add new feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Create a new pull request from your forked repository to the original repository's
main
branch.
This project is licensed under the MIT License.