Setting Up Your Development Environment
Last updated
Last updated
If Node.js is not already installed, download and install it from . You’ll need Node.js version 18 or higher.
Download and install VS Code, a development environment where you can update your directory’s information (e.g., name, description, categories, etc.). .
Visit and download the installation file.
Follow the installation instructions for your operating system.
You’ll use the terminal in VS Code to run commands. Here’s how to open it:
Method 1: Shortcut
On Windows/Linux: Press `Ctrl + `` (Control + Backtick).
On macOS: Press `Cmd + `` (Command + Backtick). (Note: The backtick key is usually located above the Tab key.)
Click the View menu at the top of VS Code.
Select Terminal from the dropdown.
To ensure you have the latest version of npm, run the following command in the terminal: