This project uses:
Please, be sure to properly configure your editor…
git clone [email protected]:barbajs/generator-barba.git
cd slidy
yarn install
ornpm install
Run yarn test
or npm test
.
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