⚙️ Installation
Step 1 Launch the Visual Studio Code.
-
Click File at the top-left corner and navigate to the location of the cloned repository. (e.g., .\gitlab-projects\hedwig) Then, click the Select Folder button.
Step 2 Open terminal
-
click the New Terminal.
Step 3 Install dependencies using npm.
-
Type npm install on the terminal that will appear at the bottom of VS Code and click Enter.
Step 4. After the installation, dependencies will be installed successfully.
Last updated on