- clone this project into your
~/devdirectory. - navigate to the directory of the newly cloned repository
- To serve the project, execute the following command from the root directory of the project
php -S 127.0.0.1:8085
- After serving the project, navigate to
http://localhost:8085to view the application. - Walk through the prompt of configuring your first WordPress application.
- Open the
wordpress-starterfolder in a code editor. - Ensure that the content in the
wp-config-sample.phpfile matches the details from the configuration inPart 2.