The purpose of this community-shared project is to introduce non-technical or non-cloud folk to level 100(Introductory) and level 200 (Intermediate) cloud content.
npm i gatsby-cli -g
npm i
gatsby develop
You always need to build before you deploy
The Gatsby site is deployed in AWS Amplify Console. Below are the steps that were taken to deploy it. Log into the Amplify Console.
From here, under Deploy we can click GET STARTED:
Next, we’ll choose GitHub as our repository & click Next.
Then connect the mater branch of the new repo we just created & click Next:
In this view, we can review the default build settings & click Next to continue:
Finally, we can review the deployment & click Save & Deploy when we’re ready to deploy our app:
Once the deployment is successful, you should see this:
As soon as you changes are merged to main(master) branch the deployement should be taken care of by Amplify.