Skip to content

muonlineph/guildsite-kobalos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guildsite-kobalos

This is a backup and archive of the (Mobiusgames) Mu Philippine's KoB/\Los 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.

kobalos

Demo

https://muonlineph.github.io/guildsite-kobalos/

Content

Dependencies

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

Installation

  1. Clone this repository.
    https://github.com/muonlineph/guildsite-kobalos.git

  2. Pull the local web server image (this requires Docker installed).
    docker pull weaponsforge/livereload-basic:latest

Usage

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

  2. Load the localhost website at:
    http://localhost:3000

  3. Edit the existing static files from the ./public directory and wait for live reload. Your updates will reflect on the web browser.

  4. To include new static website files on live reload:

    • Create new static (.html, .js, .css) files inside the ./public directory.

Credits

Many thanks to GM Tony for writing most of the site's content and for guild members' active participation in-game, on the forums and on-site.

@weaponsforge
20211110
20241006