Template98 is designed to be lightweight and easy to deploy. You can get it running on a shared web host or on your local machine for development in just a few minutes.
Method 1: Shared Web Host (Easiest)
This method is perfect for quickly getting your project live. Most shared hosting providers offer a web-based file manager that makes this process simple.
Download the Project: Click the button below to download a zip file containing the entire Template98 project.
Log in to Your Host: Access your web hosting control panel (like cPanel, Plesk, etc.).
Open the File Manager: Navigate to the File Manager and go to the directory where you want to host your site (often `public_html` or `www`).
Upload & Extract: Use the "Upload" function to upload `install.zip`. Once uploaded, select the file and use the "Extract" or "Unzip" function.
Done! Visit your domain in a web browser. The application should now be live.
Method 2: Local Development Environment
Running the project locally is ideal for development and customization. The only requirement is having PHP installed. The fastest way to start is with PHP's built-in web server.