📄 docs: Update readme

This commit is contained in:
Keith Solomon
2025-08-15 06:49:00 -05:00
parent 664a5f9795
commit 4d83bc0bd4

View File

@@ -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: This project is built using:
* **Frontend:** HTML, CSS, JavaScript * **Frontend:** HTML, CSS, JavaScript
* **Backend:** PHP * **Backend:** PHP
## How to Run Locally ## 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. 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. 1. Clone this repository.
2. Start a PHP server in the project directory. For example, you can run the following command: 2. Start a PHP server in the project directory. For example, you can run the following command:
```bash ```bash
php -S localhost:8000 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`.