$ yarn
$ yarn build
$ yarn start
$ yarn workspace backend uniqys start ../uniqys.dev.json
$ export AWS_DEFAULT_REGION=ap-northeast-1
$ yarn workspace aws cdk:compile
$ yarn workspace aws cdk deploy DeployStack
$ git archive `git stash create` --output=source.zip
$ aws s3 cp source.zip s3://uniqys-nuxt-sandbox-code-bucket/
$ yarn workspace aws cdk deploy ContainerRegistryStack
$ ./bin/build_and_push_dapp.sh
$ yarn workspace aws cdk deploy ContainerEnvStack
$ ./bin/deploy.sh