echo '👉 Setting up the monorepo'
lerna bootstrap

echo '👉 Building all packages'
yarn build

echo '👉 Initializing mobile web'
cd packages/mobile-web
yarn

echo 'done!'
