-
install packages
npm install
-
set config for server based on here
npm run server config -- --account-id="<accountId>" --bucket-name="<bucketName>" [--region="<region>" --function-name="<functionName>"]
-
deploy SSR files to S3
npm run web build-deploy
-
Setup Server
npm run server setup