Skip to content

bjngeustyn/medi-clave-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medi-Clave Website

Static GitHub Pages-ready website for Medi-Clave.

Local Preview

npm run build
python -m http.server 4173 -d dist

Open http://127.0.0.1:4173/.

Publishing

The repository includes .github/workflows/pages.yml. After pushing to GitHub, set Pages to use GitHub Actions if prompted. The workflow builds the static site into dist and deploys it to GitHub Pages.

Product Admin

The product admin panel stores products in browser local storage so it can work on GitHub Pages without a server. Use Export JSON when products should be turned into permanent catalogue data.

Admin password formula:

floor(((YYYYMMDD + current 24-hour hour) * 1999) / 1000)

Example at 2026-07-10 09:00 local browser time:

floor(((20260710 + 9) * 1999) / 1000) = 40501177

For this static GitHub Pages version, the formula is stored in app.js and should be treated as a simple editing gate, not high-security authentication.

Chatbot

The floating assistant uses assets/medi-clave-chatbot.png and provides selectable FAQ prompts for quotes, product fit, service, breakdowns, consumables, validation, installation, and WhatsApp handover.

Laoken Video

The Laoken Low Temperature Plasma Steriliser product card uses assets/laoken-low-temperature-plasma-steriliser.mov.

About

Professional Medi-Clave product catalogue and enquiry website for GitHub Pages.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors