# Contributing to Baobab Contributions are obviously welcome. Be sure to add relevant unit tests, lint & build the code before submitting your pull request. ```bash # 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 ```