Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 356 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 356 Bytes

Contributing to Baobab

Contributions are obviously welcome.

Be sure to add relevant unit tests, lint & build the code before submitting your pull request.

# Installing the dev environment
git clone git@github.com:Yomguithereal/baobab.git
cd baobab
npm install

# Running the tests
npm test

# Linting & building
npm run lint
npm run build