Thanks for helping improve React Tiger Transition!
All kinds of contributions are welcome:
- Bug fixes
- Documentation improvements
- More transitions
- More examples
- New features
- Refactoring
If you have a specific contribution in mind, be sure to check the issues and projects in progress - someone could already be working on something similar and you can help out.
Fork the repository, clone the fork to your local machine and install dependencies:
git clone https://github.com/<your_github_username>/react-tiger-transition.git
cd react-tiger-transition
npm installAfter developing, you can run tests with:
npm run test
npm run cover
npm run test:watchYou can create new documentation files to be consumed by the website with:
npm run docThe files inside the assets folder are available as docsAssets/<filename>.md on the website.
Install dependencies:
cd website
npm installRun local server:
npm run startBuild:
npm run build:serverCreate your example in a single file, you can use the codesandbox.
Copy the file and paste it inside the documentation/examples/ folder.
Then on the website src/pages/exanoles/assets file add it to the assets variable following the pattern.