Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.1 KB

File metadata and controls

42 lines (30 loc) · 1.1 KB

HisWillGuide.com

A calm, Scripture-centered guide to discerning God's will through surrender, Scripture, prayer, wisdom, and obedient trust.

🌐 Live demo: HisWillGuide.com

Features

  • Elegant dark/light theme with toggle
  • Branded homepage for HisWillGuide.com
  • Four anchor sections: Scripture, Prayer, Wisdom, Discernment
  • Interactive 8-step guide for discerning God's will
  • Per-step reflection checklist saved in localStorage
  • Reflection journal saved in localStorage
  • Fully mobile-responsive (320px to desktop)
  • WCAG 2.1 AA accessible (screen readers, keyboard, high contrast)
  • Deployed automatically via GitHub Actions to GitHub Pages

Local development

npm install
npm run dev

Production build

npm run build
npm run preview

Deployment

This site deploys automatically to GitHub Pages on every push to main via GitHub Actions.

Tech stack