Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 188 Bytes

dev.md

File metadata and controls

20 lines (14 loc) · 188 Bytes

How to develop on cozy-bar

In the cozy-bar directory:

$ yarn link
$ yarn watch

In the app directory:

$ yarn link cozy-bar

Run tests

yarn test