- Clone this repository:
git clone https://github.com/pmndrs/react-spring.io
cd react-spring.io-
Install
yarn(https://yarnpkg.com/en/docs/install) -
Download the examples (this should run as a post install script):
yarn postinstall- Start the next project:
yarn dev # it'll run on localhost:3000- Let's get cooking! 👨🏻🍳🥓
Be sure your commit messages follow this specification: https://www.conventionalcommits.org/en/v1.0.0-beta.4/
There's automatic deployment set up for the main branch to our vercel server.