This project uses:
Please, be sure to properly configure your editor…
Make sure you have yarn
and node >= 10.16.0
git clone [email protected]:barbajs/barba.git
cd barba
yarn install
Run yarn test
For watching mode, run yarn run watch
Do not pay attention to the few
console.error
logs…
In watch mode, you can select a specific package by pressingl
> ⬇️ >space
> ↩️
Run yarn run commit
or install commitizen
globally and run cz
.
This project follows:
- Conventional Commits specification for commit "structure"
- gitmoji for commit messages