We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36643a commit aa24b5aCopy full SHA for aa24b5a
README.md
@@ -1,3 +1,29 @@
1
# Project 2 Build an Portfolio Website
2
3
-Working on the documentation
+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