diff options
Diffstat (limited to 'README.md')
-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 |