- Purpose - To create a reusable theme-template to develop other, more specific, theme-teplates.
- AMP Stack is required to run this project.
- Install AMP product by clicking on respective link below
- After installing one of the AMP products, run the Apache Server, MySQL Server, and Cloud.
- Navigate to the
wordpressparent directory.- MacOS -
cd /Applications/MAMP/htdocs - Windows -
cd C:\mamp64\htdocs
- MacOS -
- delete local
wordpressdirectory.rm -rf wordpress
- clone & alias repo as
wordpressdirectorygit clone https://github.com/CodeDifferently/wordpress.new-project-template wordpress
- Restart the MAMP server and navigate to
localhost:8888/wordpress/wp-admin - Navigate to the dashboard URL (http://localhost:8888/wordpress/wp-admin/)
- Username:
root - Password:
pass - Dashboard URL:
http://localhost:8888/wordpress/wp-admin/
- This project was developed based on a lecture viewable from this link.