- https://boogiehas.fun (thanks galacticlemonade)
- https://github.boogiehas.fun (github pages custom domain feature)
- https://boogiehasfun.github.io
Note
Ignore the rest if you are not a developer or plan to contribute.
- download
python
. you can do this usingchoco install python
, or usingscoop install main/python
, going onto their website, or using apt-get:
sudo apt-get update
sudo apt-get install python3
- Start the local server:
python -m http.server
orpython3 -m http.server
, orpy -m http.server
.
access the website withlocalhost:8080
, for testing on other devices on your network you must find your machines local ip. _
Local IP address usually follow this format: 192.168.*.*** (* is a random number)
Windows: Run ipconfig
in CMD or Powershell, look for an adapter with IPv4 Address.....
Linux Machines (systemctl?): Run ip address
, can be shortened to ip a
for other operating systems or distros a quick google search should do.