Navigate into your new site’s directory and start it up.
```shell
npm install -g gatsby-cli.
cd codehashi-website/
npm install
gatsby develop
```
This website is deployed on Amazon using Amplify
```shell
npm install -g @aws-amplify/cli
amplify configure
amplify push
```