Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BoogieHasFun authored Feb 10, 2024
1 parent 8091982 commit b651b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ or just figure it out on your own!
Step 2: run this command: `python -m http.server` or `python3 -m http.server`. this will serve your website over http, on your pc's localhost, on port 8000. if you, for example, want to test your website on mobile to see if it works on small screens, you can find your localhost on windows by running `ipconfig` in cmd, or on ubuntu you can run `ip address` to find your local ip. if you want to test your website on your computer that you are running the server on it is as simple as putting in `localhost:8000` into your address bar.

### that's it. you don't have to run your website like this (and probably shouldn't), but for testing it's simple and easy as most people have python installed anyways. have fun playing around with your creations!
<-- hehe secret -->
<!--hehe secret fail-->

0 comments on commit b651b23

Please sign in to comment.