# To test and use it locally

1. `yarn link` in the rep
2. `yarn link "@thebestco/fetch-rpc"` in the project you want to use it
3. Point to `@thebestco/fetch-rpc/src/index.js` instead of ...

# To unlink

1. `yarn unlink` in the repo
2. Remove the `src/` link

For node

Point to `@thebestco/fetch-rpc/node.js` or to `@thebestco/fetch-rpc/src/index.js`

