Portfolio Project for NanoDegree
In order to run the program:
IF CLONING REPOSITORY:
- If you don't have Git installed, download it at https://git-scm.com/downloads
- Open a command window or Git Bash
- Navigate to a directory that you would like to clone the repository into by typing "cd " to step further in a directory or "cd.." to step back in the file tree
- When you are in the desired location, type "git clone https://github.com/zdburrage/FirstPortfolio.git"
- If the repository cloned successfully, follow steps 5-9 of below directions
IF DOWNLOADING ZIP FILE:
- Go to https://github.com/zdburrage/FirstPortfolio
- Click 'Clone or download'
- Click 'Download Zip'
- After the repository is downloaded, extract/save it to a file location of your choosing
- Navigate to the file path where you extracted the repository, find 'index.html'.
- If you have a text editor such as Sublime or notepad++ installed, right click the file and use 'Open With' ->
- Otherwise, open a web browser and copy your file path for 'index.html' starting with 'C:/...' into the URL field and hit Enter
- The web page will open!
TO GET LATEST VERSION OF CODE:
Open a command window Navigate to the file directory where your repository is kept Enter the command 'git pull' and you will have the latest code, assuming there are no merge conflicts