Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 260 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 260 Bytes

Contributing to @core/api

Development Setup

Clone the repository:

$ git clone

Download the dependencies:

$ yarn install

Make your changes!

And don't forget to run the tests if you changed something related.

yarn test