USCT front-end demo is used to showcase a possible use-case's flow and explain what could the Building Blocks used be and how they are interconnected for a variety of use-cases.
Use npm to install dependencies.
npm installProject is bootstrapped with React, Vite, Chakra-UI
For an explanation on why these tools were chosen, read about the Component Library Evaluation and Front-end framework
simulation.govstack.global
- sign in to AWS Amplify
- run npm run build
- cd dist
- zip -r ../landingpage.zip .
- upload to AWS Amplify
- sudo apt update
- sudo apt install nginx
- sudo apt-get remove certbot
- sudo snap install --classic certbot
- sudo ln -s /snap/bin/certbot /usr/bin/certbot
- sudo certbot --nginx
- copy web pages sources to the vm
For more info please visit Certbot webpage.