Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 246 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 246 Bytes

How to get started

  1. Open the repo in a devcontainer. All the necessary tools should already be installed.
  2. Configure git hooks
    lefthook install
  3. Install yarn dependencies
    cd core
    yarn install