Personal Website
npm run deploy
Install AWS CLI, S3cmd and Terraform:
brew tap hashicorp/tap
brew install awscli hashicorp/tap/terraform s3cmd
Configure 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 lint
npm run dev