Skip to content

Commit aa24b5a

Browse files
committed
updated documentation
1 parent d36643a commit aa24b5a

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
11
# Project 2 Build an Portfolio Website
22

3-
Working on the documentation
3+
To get the project running locally:
4+
5+
Clone the project
6+
7+
```
8+
git clone https://github.com/harushimo/udacity_FSND_2.git
9+
```
10+
11+
Go into the udacity_FSND_2 directory:
12+
13+
```
14+
cd udacity_FSND_2
15+
```
16+
17+
When your in the directory, use the following command to run the local server:
18+
19+
Python 2.x
20+
21+
```
22+
python -m SimpleHTTPServer
23+
```
24+
25+
Python 3.x
26+
27+
```
28+
python3 -m http.server
29+
```

0 commit comments

Comments
 (0)