Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 493 Bytes

Local setup

  1. Run nvm use

  2. Run corepack enable

  3. Replace the following with correct values

    • YOUR_ACCOUNT
      the aws account number for deployment

    • YOUR_REGION
      the aws region for deployment

    • YOUR_RUNNER
      the gihub actions runner

    • YOUR_ASSUME_ROLE_ARN
      the aws role arn for deployment in a github actions

  4. Run pnpm install

  5. Run pnpm projen

  6. Commit to your github repo main branch
    (if you want to trigger the workflow)