Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 830 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 830 Bytes

Contributing

This project uses:

Please, be sure to properly configure your editor…

Install

  • git clone git@github.com:barbajs/generator-barba.git
  • cd slidy
  • yarn install or npm install

Testing

Run yarn test or npm test.

Comitting

Run yarn run commit (or npm run commit) or install commitizen globally and run cz.

This project follows: