Contibuting to Syncano Core Library

1. Copy `.envrc.default` as `.envrc`
2. Fill `.envrc` with at least `E2E_ACCOUNT_KEY`. You can get your account key [here][account key]
3. Run command: `source .envrc`
4. Run `yarn run test:e2e --watch` or `yarn run test:unit --watch` to start watching test suits

[account key]: https://dashboard.syncano.io/#/account/authentication
