After install NodeJS, install dependencies through npm from Frontend Central or Store root directory:
npm install
Build using gulp
gulp build -v <version>
Deploy backoffice into S3 bucket
gulp uploadS3 -r <region> -b <bucket> -k <key> -s <secret>