From 4d83bc0bd4a8f5ace013c5ea283ba5f3f0909d98 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 15 Aug 2025 06:49:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 802a9e1..f192a75 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,18 @@ You can also try to assassinate the emperor. This is a risky move, but if you su This project is built using: -* **Frontend:** HTML, CSS, JavaScript -* **Backend:** PHP +* **Frontend:** HTML, CSS, JavaScript +* **Backend:** PHP ## How to Run Locally To run this project locally, you need a PHP server. You can use a local development environment like XAMPP or MAMP, or you can use the built-in PHP server. -1. Clone this repository. -2. Start a PHP server in the project directory. For example, you can run the following command: +1. Clone this repository. +2. Start a PHP server in the project directory. For example, you can run the following command: ```bash php -S localhost:8000 ``` -3. Open your web browser and go to `http://localhost:8000`. +3. Open your web browser and go to `http://localhost:8000`.