-
Active correct NodeJS version using your Node Version Manager of choice. Example with fnm:
fnm use
-
Ensure pnpm is installed. Example with Corepack:
corepack enable pnpm -
Install dependencies:
pnpm install --frozen-lockfile
-
Setup pre-commit hooks
pnpm run prepare
-
Run Projen:
pnpm exec projen
pnpm run gitleaks:dirpnpm run gitleaks:historyAWS_PROFILE=<YOUR_PROFILE> pnpm run integ:test