A React-Express web application deployed to AWS infrastructure using Terraform.
Manhunt is a game played in the real world where a runner tries to run from a group of chasers who are trying to tag them. The chasers see a 5 minute delay of the runner's location.
Local development
cd client/src
npm install
# To disable SSH set `const DEBUG = false` in api.js
npm run build
npm run startDeployment
# Modify variables in variables.tf to your choosing
# Create an SSH certificate from an authorized signer and drop files into `client/cert`
# Sign into AWS
sh deploy_container.sh
sh deploy_infra.sh