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 install
After developing, you can run tests with:
npm run test
npm run cover
npm run test:watch
You can create new documentation files to be consumed by the website with:
npm run doc
The files inside the assets
folder are available as docsAssets/<filename>.md
on the website.
Install dependencies:
cd website
npm install
Run local server:
npm run start
Build:
npm run build:server
Create 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.