Getting Started
From zero to your first AI project โ no coding experience needed.
Mac: Open Terminal app (search "Terminal" in Spotlight) | Windows: Open PowerShell (search "PowerShell" in Start menu)
$ node -v # Check if Node.js is installed
$ npm -v # Check if npm is installed
!
Tip: Download Node.js LTS from nodejs.org โ it includes npm automatically. nodejs.org →