Skip to content

noahhai/operational-maturity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scorecard for Operational Maturity using SurveyJS

Demo site: https://operational-maturity.vercel.app/

Based on SurveyJS React QuickStart

This project was bootstrapped with Create React App.

Local Development

Deployment - S3 Static Site

  • yarn build
  • create S3 bucket BUCKET_NAME with allow public access
  • enable static site hosting and note STATIC_SITE_URL
  • (cd build && aws s3 sync . s3://BUCKET_NAME)
  • open STATIC_SITE_URL
  • optionally - for SSL, create a cloudfront distribution and a route53 rule to map a custom domain to site