
PHP server required
Protected Admin Panel
The storefront can open as a normal HTML file, but secure admin login and server image uploads cannot run through a file:// address.
Install PHP 8.1+ or use XAMPP, open a terminal in this project folder, and run:
php -S localhost:8000
Then open http://localhost:8000/admin.php and use the starter login supplied with the project. You will be required to set a private password immediately.