Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 626 Bytes

File metadata and controls

32 lines (20 loc) · 626 Bytes

How to Contribute

  1. Clone this repository:
git clone https://github.com/pmndrs/react-spring.io
cd react-spring.io
  1. Install yarn (https://yarnpkg.com/en/docs/install)

  2. Download the examples (this should run as a post install script):

yarn postinstall
  1. Start the next project:
yarn dev # it'll run on localhost:3000
  1. Let's get cooking! 👨🏻‍🍳🥓

Guidelines

Be sure your commit messages follow this specification: https://www.conventionalcommits.org/en/v1.0.0-beta.4/

Deployment

There's automatic deployment set up for the main branch to our vercel server.