To use this repository:
-
Click the Use this template button in the upper right.
-
Choose a name for your repository and create it.
-
In your own repository, click the green Code button. Select the HTTPS tab, then copy the repo URL to the clipboard.
-
On your machine, create a new folder and open it in your IDE.
-
In your IDE, open a terminal (Terminal > New Terminal from the top toolbar).
-
In the IDE terminal, use
git clone
with the copied repo URL to clone the repo into your workspace:git clone <your_repo_url> .
Don’t forget the dot (
.
) at the end, to clone the repo into the current directory! -
In your IDE, make sure that Node.js v16 is installed and activated/selected.