Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.2 KB

Resuspend Logo

resuspend

(workspace)

this is a Yarn workspace project composed of multiple packages including the core resuspend library, integrations, and other related sub-projects

getting started

to install project dependencies:

yarn install

to build the core library:

cd packages/resuspend
yarn build

don't forget the build step because the builds are the targets when importing between sibling packages, not the source code itself!

packages

core

resuspend

integrations

@resuspend/redux