Skip to content

rgroves/retro-adventure

Repository files navigation

Retro Adventure

An ode to the days of text-based adventure games.

Built for Jason Lengstorf's Web Dev Challenge mini-hackathon (retro gaming edition)

Local Development Notes

  • 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-refresh if needed (to refresh your AWS access token)
  • run npm run amplify-backend to spin up the local sandbox and generate the amplify_outputs.json file.
  • run npm run dev to spin up the dev server.
  • run npm run amplify-backend-delete to delete all the sandbox infrastructure up on AWS.