vigetlabs / wordpress-site-starter

2 stars 0 forks source link

[#32] Composer Scripts #40

Closed bd-viget closed 2 months ago

bd-viget commented 2 months ago

Summary

This PR adds Composer Scripts that configure a new project. This should work if you download the .zip or run the composer create-project command (but that won't work until this PR is merged).

This is the first iteration so we can get it up on packagist.org.

Issues

Testing Instructions

  1. Download the .zip of the bd/32-composer-scripts
  2. Run composer install
  3. Follow the prompts

What should happen:

  1. The files should get updated with all the strings
  2. WordPress should be installed
  3. The site should open in a browser (ddev launch)
ten1seven commented 2 months ago

Adding @joshuapease to this PR since he's been into Composer setups lately.