We welcome you to join us!
- Recipe Book 📚 is an open-source project, and we are excited to hear your thoughts and ideas.
- Fork this repository,add your contributions and submit a PR.
- Found a bug? Accessibility issue? Then go right ahead and create an issue.
Before installation, you need to have installed/knowledge of the following:
- Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/Recipe-Book.git
- change the present working directory
cd Recipe-Book
- Open CMD in your current directory and install npm packages using command.
npm install
Run it locally using
npm start
- Make changes in the project. Add, Commit and push the project using following commands:
Add all files
git add .
Commit the changes
git commit -m "Write Your commit Message"
Create a new branch
git branch -M <your-name>
Set upstream command to create a PR
git remote add upstream https://github.com/JasonDsouza212/Recipe-Book.git
Push the branch
git push
- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure you comment your code wherever necessary.
Show some ❤️ by starring this awesome repository!