A complete dealership site: a polished storefront plus a built-in Sales Console (back-office) for leads, inventory, test drives, fuel and more. It is a static build — it runs in the browser, with nothing to install on a server.
index.html will show a blank page (that’s normal). Use the one-click preview below.serve.bat. A small window opens and your browser shows the site at http://localhost:5500/. Leave the window open while viewing; close it (or press Ctrl+C) when done. (Requires Python — most computers have it.)python3 serve.py — or drag this whole folder onto app.netlify.com/drop for an instant live link (nothing to install).The package includes a private dashboard for running the dealership — no separate install needed; it’s built into the same app.
#login to the address — e.g. http://localhost:5500/#login (or https://yourdomain.com/#login once published).public_html or www).index.html, the assets folder, and the images folder — keeping the structure exactly as it is. (The serve files and this page don’t need to be uploaded.)index.html, assets, and images must stay in the same folder. This build runs from your site’s root; for a sub-folder it can be re-exported — just ask.index.html — loads both the storefront and the Console.assets/ — the compiled code (storefront + back-office). Don’t rename these.images/ — all photos & graphics, optimized as .webp.serve.bat / serve.py — the one-click local preview.