Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 673 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (20 loc) · 673 Bytes

Getting Started

Run in root of repo:

# installs, sets up, and builds all the packages for development
yarn setup

Packages

Commands

# build (run in root dir or per package)
yarn build
# run tests (run in root dir or per package)
yarn test
# format (this is kind of experimental as it's using a formatter I wrote... let me know if it does anything strange)
yarn format