This repo contains the source code for react.useanimations.com.
# Download the repo
git clone https://github.com/useAnimations/react.useanimations.com
# Enter the repo
cd react.useanimations.com
# Install the dependencies
yarn
# Start local development
yarn start
Note: This requires Node.js and npm to be set up locally, see nodejs.org for more information.