Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 1.05 KB

Contributing

This project uses:

Please, be sure to properly configure your editor…

Install

Make sure you have yarn and node >= 10.16.0

  • git clone git@github.com:barbajs/barba.git
  • cd barba
  • yarn install

Testing

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 pressing l > ⬇️ > space > ↩️

Comitting

Run yarn run commit or install commitizen globally and run cz.

This project follows: