A small website to show the current phase of the moon. It's just very basic HTML, CSS, Javascript to keep things simple.
To see the current site, visit https://brstrutt.github.io/MoonPhase/.
I recommend using VSCode and installing the "LiverServer" extension from the extension suggestions.
Then you can just right click the index.html and select "Open with live server" to see the website. Then just refresh it to see any changes you have made.
It automatically deploys to github pages when main is pushed.
Since it's just HTML/CSS/Javascript no build is required. Github pages just serves the current state of the main branch as is.