- Next JS
- Styled Components
- XState
Run yarn update
Located in ./.github/workflows/deploy.yml
- Update your bucket name and aws region in
./terraform/variables.tf
- to create s3 bucket and make it publicly accessible, run
cd terraform && terraform init && terraform apply -auto-approve
- build your website,
yarn build
- upload your build to s3
aws s3 sync ./out s3://<YOUR_BUCKET_NAME>
- website url