An ode to the days of text-based adventure games.
Built for Jason Lengstorf's Web Dev Challenge mini-hackathon (retro gaming edition)
- Set the AWS_PROFILE environment variable to your AWS profile that has the necessary Amplify permissions as outlined in the Amplify Gen2 docs.
export AWS_PROFLIE=your-profile-name-here - run
npm run aws-sso-refreshif needed (to refresh your AWS access token) - run
npm run amplify-backendto spin up the local sandbox and generate theamplify_outputs.jsonfile. - run
npm run devto spin up the dev server. - run
npm run amplify-backend-deleteto delete all the sandbox infrastructure up on AWS.