Create a folder named NAW
Open Visual Studio Code on your workstation
Click File → Open Folder and open the NAW folder
Trust the author of the folder if prompted
Open a terminal window, View → Terminal
This will take some time. It is pulling down the Arista Lab Container Image along with other files
This will create a new folder named network-automation
Run the following commands from the terminal:
git clone https://gitlab.com/knorton3/network-automation.git
cd network-automation/infra
git branch -m main master
Run the following commands to avoid logging into the repository with each pull and push request
git config --global credential.helper cache
git config --global lfs.cachecredentials true