Setup
Initial setup
In the root directory:
yarn bootstrap  ## this installs dependencies and links the local packages instead of the versions that live on npm
yarn build      ## this recursively builds all packages (this command also exists inside each package)