Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 566 Bytes

File metadata and controls

38 lines (25 loc) · 566 Bytes

rob.gant.ninja

Personal Website

How I built this website

Deployment

npm run deploy

Setup

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

Linting

npm run lint

Local Server

npm run dev