How to Contribute
-
Fork this repo
-
Clone the repo to your local machine by running
git clone <repo url>
-
In your terminal, run
git remote add upstream https://github.com/dejiabiola/hng-hotel-alpha.git
-
Create a new branch describing the component you are working on. E.g. If you are working on the footer, you should run
git checkout -b footer
-
Run
npm start
. This will open up the project in your browser -
Write production ready code :)
-
When you are done writing code, commit your code and push to the branch you created.
-
Open a pull request and push to the develop branch