Project: JJB24
How to run locally (Windows PowerShell):
-
Open PowerShell and change to the project directory:
cd "C:\Users\DELL USER\Desktop\JJB24"
-
Start a simple HTTP server (requires Python 3):
python -m http.server 8000
-
Open the site in your browser:
To stop the server, close the terminal or press Ctrl+C in the terminal running the server.
Notes:
- Project is a static site (HTML/CSS/JS). Admin pages are under the
admin/folder. - If you don't have Python, you can open
index.htmldirectly in your browser, but some features may need a server.