NOWILLS PMS — RESERVATION DASHBOARD
===================================

This folder is the complete application. It is pure HTML, CSS and
JavaScript: no Node.js, no database, no build step, no dependencies.

INSTALL ON cPANEL
-----------------
1. cPanel -> File Manager -> open  public_html
2. Upload  nowills-pms-cpanel.zip
3. Right-click the zip -> Extract
4. Delete the zip
5. Visit your domain. Done.

To install in a subfolder instead (yourhotel.com/pms), create the
folder inside public_html and extract there. All paths are relative,
so it works at any depth without changes.

REQUIREMENTS
------------
Any web server that can serve static files. No PHP, no MySQL,
no Node.js version, no Composer, no cron jobs.

HTTPS is recommended - the offline/PWA mode requires it. Enable
AutoSSL in cPanel, then uncomment the HTTPS block in .htaccess.

FILES
-----
index.html              the dashboard document
nowills.css             design system (glassmorphism, dark/light)
nowills-data.js         property data engine + all operations
nowills-app.js          UI rendering, drag & drop, interactions
nowills-ai.js           AI reservation assistant
nowills-charts.js       SVG chart library
sw.js                   offline service worker
manifest.webmanifest    PWA manifest (installable app)
icon.svg                app icon
rooms/                  room photography
.htaccess               compression, caching, security headers
