tasks:
  - init: yarn install && yarn run build
    command: yarn run start
ports:
  - port: 8080
    onOpen: open-preview
