Open anikaagit opened 2 months ago
This is a picture of my index.md file opened ON github on the cloud (NOT locally yet)
The git clone command sets up my environment. I make a new nighthawk directory and I take the link from my personal Anika_2025 github repository and clone it into VScode, which clones all the files from that repository onto my VScode locally. It will show up in the nighthawk directory, because that is where I cloned it into
Here I am checking the versions I have of all my tools and packages to make sure they are up to date and working. For example, I use the command "python --version" to see that my existing version of python is 3.10.12
This command creates my virtual environment
scripts/venv.sh
venv stands for virtual environment and once I run the command scripts/venv.sh, it creates my virtual environment and you can see that since "venv" shows up as a list term in my Anika_2025 repo
Now that I have my virtual environment set up, I type in "make" so I can make a new project, and it ends with it giving me a server address that I can click on so I can see my index.md file locally. It's my local server and I know this because the server address contains my IP address
This is a result of what happens when I click on the server address. As you can see, the index.md file is now on my computer locally, where I can make more changes to it etc
1.8/2