diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ Live [here](https://guyonvarch.me). ## Getting started -Open `public/index.html`. +```sh +cd public +python -m http.server +``` ## Deploy |
index : personal-page | ||
Static HTML page for my resume and projects. | Joris |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 5 |
@@ -4,7 +4,10 @@ Live [here](https://guyonvarch.me). ## Getting started -Open `public/index.html`. +```sh +cd public +python -m http.server +``` ## Deploy |