simple-homepage icon indicating copy to clipboard operation
simple-homepage copied to clipboard

Add info on running webpage locally

Open J535D165 opened this issue 3 years ago • 2 comments

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

J535D165 avatar Aug 19 '22 18:08 J535D165

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.)

fpgmaas avatar Aug 23 '22 07:08 fpgmaas

Sure. I will work on it soon!

J535D165 avatar Aug 26 '22 06:08 J535D165