Skip to Content

⚙️ 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.

    open-folder

    hedwig-folder

Step 2 Open terminal

  • click the New Terminal.

    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.

    npm-install

Step 4. After the installation, dependencies will be installed successfully.

Last updated on