Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.07 KB

IaC

pre-commit Renovate

This project contains Infrastructure-as-Code resources.

Local Development

  • Ensure the following tools are installed and active.

  • Clone this repository

    cd <target_directory>
    git clone git@github.com:qaware/workshop-agenda-bootstrap.git
    cd workshop-agenda-bootstrap
  • Create a .envrc file based on the example template.

    cp .example.envrc .envrc
  • Allow direnv to load the .envrc file.

    direnv allow .
  • Show available tasks

    task --list