Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 419 Bytes

Contributing

Repo Setup

This repo uses yarn classic.

Clone the project

git clone https://github.com/leifarriens/framed-scroll-motion

Go to the project directory

cd framed-scroll-motion

Install dependencies

yarn

Run locally

Start the dev server

yarn dev

Build package

yarn build

Build demo

yarn build:demo