EduWeb is a fully responsive education website,
Responsive for all devices, build using HTML, CSS, and JavaScript.
Before you begin, ensure you have met the following requirements:
- Git must be installed on your operating system.
Follow thse steps to set up and run EduWeb locally:
- Fork this repository
- Click the
Fork
button at the top-right corner of this repository page. This will create a copy of this repository on your github account.
- Clone the copy of the project in your local system
- Following are the steps to clone the repo in your local system:
- Navigate to the main page of the forked repository on your github account.
- click on <> Code.
- Copy the URL of the repository.
- Open git bash and change the current working directory to the location where you want the cloned directory by command
bash cd <Directory_name>
. - Clone the repository by using the following commands:
Linux and macOS:
sudo git clone https://github.com/codewithsadee/eduweb.git
Windows:
git clone https://github.com/codewithsadee/eduweb.git
- Check the remotes for the Repository.
- Create a new branch using the command:
git checkout -b <your_branch_name>
Now you are all set to perform the desired changes to the codebase.
- After you have made your changes, track them by the command:
git add .
- Commit your changes with a relevant commit message.
git commit -m "Message"
- Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
-To create a pull request, go to your forked repository on GitHub and click on Compare & pull request.
If you want to contact with me you can reach me at Twitter.
This project is free to use and does not contains any license.