Requirements
| Requirement | Minimum Version | Download |
|---|---|---|
| Node.js | 18.0 or higher | nodejs.org |
| npm | 9.0 or higher | Included with Node.js |
| Code Editor | Any | VS Code recommended |
Check your versions by running:
node -v and npm -v in your terminalQuick Start
Extract Files
Extract the downloaded ZIP file to your desired location. We recommend a location like:
-
C:\Projects\latch(Windows) -
~/Projects/latch(Mac/Linux)
Install Dependencies
Open a terminal in the project folder and run:This will install all required packages. It typically takes 1-2 minutes.
