simple-homepage
simple-homepage copied to clipboard
Add info on running webpage locally
Added some info to the docs.
I'm wondering why you are using homepage.html instead of index.html. That's more elegant, isn't it? I'm now renaming it.
mv public/homepage.html public/index.html
python3 -m http.server 8000 --directory public
Hi @J535D165 , thanks for your contribution. I agree with the suggestion to change the name homepage.html to 'index.html. This will also make sure that your suggested python http.server command directly opens the webpage instead of the directory. Would you be willing to make that change? (And add your command to docs/getting_started.md as well, so it's in line with the README.)
Sure. I will work on it soon!