📄 docs: Update readme
This commit is contained in:
10
README.md
10
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:
|
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user