Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 685 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (20 loc) · 685 Bytes

Getting Started

Run in root of repo:

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

Packages

Commands

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