git clone [email protected]:<your_username>/<repo_name>.git
npm i
or
yarn install
npm start
or
yarn start
git checkout -b feature/featureName
or
git checkout -b fix/bugFixed
git add *
git commit -m "cool message that describes what you've done"
git push origin feature/featureName