This should be a ReactJS webapp deployed somewhere
yarn start
yarn test
The deploy happens by coping prebuilt static version of the website to previously configured to host websites S3 bucket.
a file scripts/secrets.config should be existing with the following content:
profile="name of aws profile from ~/.aws/credentials file"
path="name of S3 bucket where to deploy (copy) the website's files"
To build and deploy to prod run
scripts/deploy.sh