DLT-Africa / DLT-Africa-Website

https://dltafrica.io
MIT License
0 stars 15 forks source link

DLT Africa Website

Welcome to the repository for the DLT Africa Website! This README provides an overview of the project and instructions for getting started.

Table of Contents

About

The DLT Africa Website serves as the online platform for our academy, providing information about our programs, instructors, events, and more. This website is designed to be informative, user-friendly, and visually appealing, catering to both prospective students and the wider community interested in software development education.

Features

Technologies Used

Getting Started

To run the website locally or contribute to the development, follow these steps:

  1. Clone the repository

    
    git clone 'your forked github repo link'
  2. Navigate to the project directory:

cd DLT-Africa-website Make changes or enhancements as needed, and submit a pull request if you'd like to contribute to the project.

Contributing

We welcome contributions from the community to improve the academy website. If you'd like to contribute, please follow these guidelines: Make your changes, ensuring code quality and adherence to coding standards. Test your changes locally to verify functionality and compatibility. Commit your changes with descriptive commit messages.

Follow this step:

click on fork button, uncheck the checkbox, then click on create fork. ⁠copy the link of your forked repo then launch the terminal/CMD/Powershell and type:

cd Desktop
git clone + the link that you copied
git remote add upstream https://github.com/DLT-Africa/DLT-Africa-Website.git
git remote -v 
git checkout -b name of the issue you're picking [this will switch to a new branch bearing the name of the issue]
git pull upstream staging
code .

To update the changes:

git add --all
git status
git commit -m "first commit"
git pull upstream staging
git push origin `name of the issue you're picking`

Go to your github and submit a pull request to the main repository.

Your pull request will be reviewed by the maintainers, and any necessary feedback or adjustments will be provided.

"bg-[#031700] w-full top-[22399px] sm:h-[2400px] md:h-[1710px] border-[0px 0px 0.5px 0px] lg:h-auto xl:h-[1000px]">