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.
- git clone git@github.com:noahhai/operational-maturity.git
- cd operational-maturity
- yarn install
- yarn start
- open http://localhost:3000/ in your web browser
- 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