Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Latest commit

 

History

History

Contributing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Prerequisites

Setting up this repository locally

Here's a simple command you can use to set up the repository locally:

git clone git@github.com:crcn/paperclip.git
cd paperclip
yarn install

From there, you can start the build server:


# needs to be called first
yarn build
yarn build:watch

☝🏻This will build all packages & examples.