Skip to content

Quick Start

There exists a minimal and slightly opinionated template to help you get started.

Pre-requisites#

Usage#

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# install dependencies

brew install pipx
brew install npm # (if not installed)

npm install -g aws-cdk

pipx install copier
pipx install pdm

# render the template

copier gh:knowsuchagency/orkestra_template destination_directory

You can now follow along with the instructions in the project readme.