Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 248 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 248 Bytes

Contributing guide

Overview

  • yarn test: Run tests in all mono repos (lerna bootstrap > lint > test)
  • yarn lint: Lint only

Getting started

# fork it
git clone [email protected]:$YOUR_NAME/poi.git && cd poi

yarn
yarn test