Skip to content

Uvacoder/react.useanimations.com

Repository files navigation

useanimations.com

This repo contains the source code for react.useanimations.com.

Project Setup

# 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.