Prerequisites & Setup

Development Environment Setup

Required Software

Before starting, ensure you have the following installed on your device (for testing and debugging):

  • Node.js 18 or higher - Download from nodejs.org
  • pnpm package manager - Install with npm install -g pnpm
  • AWS CLI - Installation guide
  • Git - For cloning the repository

Verify Installation

# Check Node.js version
node --version  # Should be 18+

# Check pnpm
pnpm --version

# Check AWS CLI
aws --version

# Check Git
git --version

Content