Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 285 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 285 Bytes

Jungle Scout CDK Bootcamp

Setup

  1. Install or update nvm on your machine
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
  1. Make sure you are using Node v16
nvm use 16
  1. Install dependencies
npm install