Follow the directions below to setup your project and contribute to this repository.
-
Fork the repo (click the Fork button at the top right of this page)
-
Clone your fork locally
git clone https://github.com/<YOUR_USERNAME>/Front-End-Projects.git
cd Front-End-Projects.git
That's awesome! Start by following the instructions given earlier of how to run this project on your system locally.
Then, commit and push your changes:
git add .
git commit -m "My commit message"
git push
Once finished, you can create a pull request!
Once you submit a PR, I'll respond as soon as possible so I can take a look at what you've made!
Is it your first time? Check out this link to learn how to submit a pull request.