thoughts.sort()

Setting up new development machine

August 24, 2020

Tags: gatsby, aws

Get started:

yarn install

Setup AWS:

pip install awscli
aws configure
npm i gatsby-plugin-s3

If 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 deploy

While developing, run gatsby develop to spin up a development server.

Sources: