Before we begin, you need Node.js installed on your computer to run the setup commands.
For Windows Users:
Open your web browser and navigate to: https://nodejs.org
Download the LTS version (Long Term Support) - it will show something like "18.17.0 LTS"
Run the downloaded .msi file
Follow the installation wizard:
Restart your computer after installation
Verify installation: Open Command Prompt or PowerShell and type:
textnode --version npm --version
You should see version numbers for both commands.
For Mac Users:
https://nodejs.org
and download the LTS versionnode --version
For Linux Users:
node --version
in terminalMake sure you have Cursor IDE installed on your computer. If not:
https://cursor.sh