This is a small portfolio I made to showcase the work I have done thus far within my career.
You have npm installed
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew doctor
export PATH="/usr/local/bin:$PATH"
brew install node
npm -v
npm install -g gatsby-cli
gatsby --help
If you want to run/build locally...
npm i
gatsby build
gatsby develop
navigate to http://localhost:8000/
If you want to deploy to S3
pip install awscli
npm install gatsby-plugin-s3
aws configure
npm run build
npm run deploy
