Personal Website
npm run deployInstall AWS CLI, S3cmd and Terraform:
brew tap hashicorp/tap
brew install awscli hashicorp/tap/terraform s3cmdConfigure AWS: aws configure --profile personal. Use profiles, don't setup default
credentials. If you want to stop typing --profile then use export AWS_PROFILE=personal.
Configure S3cmd: s3cmd --configure
npm run lintnpm run dev