Setting up new development machine
August 24, 2020
Get started:
yarn installSetup AWS:
pip install awscli
aws configure
npm i gatsby-plugin-s3If you don’t have it written down anywhere, you might need to create a new pair of AWS Access Keys. Do that here: https://console.aws.amazon.com/iam/home?#/security_credentials
yarn run build && yarn run deployWhile developing, run gatsby develop to spin up a development server.
Sources: