Want to contribute? Awesome. We love contributors.
Fork then clone the repo:
git clone https://github.com/Emeka-Ugbanu-hub/text-animations-react.git
Create a new branch:
git checkout -b awesome-feature
Install the necessary dependencies (you can use npm
or yarn
):
run npm install
run the npm run storybook command to run storybook
make your changes
Then commit your changes:
git add -A;
git commit -m 'Awesome new feature';
Push up to Github:
git push origin awesome-feature;
[Create a Pull Request][pr], add appropriate label(s).
Congratulations! You are done. Just wait for us to review your code.
Please click here to report an issue or request a new feature.