qaware / workshop-agenda-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop Agenda Bootstrap

pre-commit Renovate

This project contains Infrastructure-as-Code resources to bootstrap the agenda workshop.

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

About


Languages

Language:HCL 97.6%Language:Shell 2.4%