First FORK
this repo and then make a branch of the component on which you wish to work. This can be done by following:
git checkout -b <component name>
This command will make another branch by this name and switch to that branch.
After making the local changes and commits push your changes to the branch on which you are working, by running this command:
git push -u <component name>
Then make a Pull Request after the component name that you have worked on.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.