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