six-foot-six-designs

personal website

Usage no npm install needed!

<script type="module">
  import sixFootSixDesigns from 'https://cdn.skypack.dev/six-foot-six-designs';
</script>

README

Sixfootsixdesigns website

Terraform

Installing Terraform

  • install terraform brew install tfenv
  • install aws cli brew install awscli
  • run aws configure to setup your aws cli
  • cd into infrastructure/terraform and run tfenv install

Running Terraform

  • run terraform plan to test
  • run terraform apply when you are ready to deploy changes