This is a backup and archive of the (Mobiusgames) Mu Philippine's Azeroth guild website, as it was last seen on webs.com (freewebs.com) before it was deactivated. I'm uploading it in public for future references, and maybe get to update the site to use modern web design and layout techniques if time permits.
NOTE: The original site uses static files and outdated HTML/JS approaches. Some functionality on various pages may not work on modern browsers. Some links may lead to 404 not found pages because some of the original static html files are missing.
https://muonlineph.github.io/guildsite-azeroth/
This project has no dependencies since it only contains static website files. Other local web servers that allow the hosting of static files are alternate options for local host development.
- (Optional) Docker
Required to run a Dockerized Node web server for local development
-
Clone this repository.
https://github.com/muonlineph/guildsite-azeroth.git
-
Pull the local web server image (this requires Docker installed).
docker pull weaponsforge/livereload-basic:latest
-
Navigate to the project root directory using a terminal, then run the local web server.
docker run -it --rm -p 3000:3000 -v %cd%\public:/opt/app/public -e USE_POLLING=true weaponsforge/livereload-basic:latest
-
Load the localhost website at:
http://localhost:3000
-
Edit the existing static files from the ./public directory and wait for live reload. Your updates will reflect on the web browser.
-
To include new static website files on live reload:
- Create new static (.html, .js, .css) files inside the ./public directory.
Many thanks to GM Ethan for writing most of the site's content and for guild members' active participation in-game and on-site.
@weaponsforge
20211108
20241006