This project is used in the GitHub documentation to guide users through the process of converting a project written on one language to another language - for example, from PHP to Python.
The repository is derived from the public GitHub repository banago/simple-php-website.
To generate the website output from this project:
- Clone the project to your local computer.
- Install PHP on your computer.
- In a terminal, navigate to the project folder.
- Run
php -S localhost:8080
. - In a web browser, go to http://localhost:8080.
MIT