Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

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 [email protected]:Yomguithereal/baobab.git
cd baobab
npm install

# Running the tests
npm test

# Linting & building
npm run lint
npm run build