Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 679 Bytes

File metadata and controls

26 lines (16 loc) · 679 Bytes

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.