Skip to content

mishalshah92/ms92.in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms92.in

Introduction

This is the portfolio website.

You can reach me out here...

Building

  • $ make build

    It generate the build/ directory with below structure.

        build/
          |- *.tf
          |- website/
  • $ make plan

    Execute command $ terraform init && terraform plan.

  • make apply

    Execute command $ terraform apply.

  • make clean

    It will delete the build/ directory.

Overview