This project uses:
Please, be sure to properly configure your editor…
git clone [email protected]:barbajs/barba.git
cd barba
yarn install
ornpm install
Run yarn test
or npm test
.
For watching mode, run yarn run watch
or npm 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 npm run commit
) or install commitizen
globally and run cz
.
This project follows:
- Conventional Commits specification for commit "structure"
- gitmoji for commit messages