Skip to content

Instantly share code, notes, and snippets.

View damontgomery's full-sized avatar
🙀
catface

Dan Montgomery damontgomery

🙀
catface
  • Chicago, IL
View GitHub Profile
@wimvds
wimvds / test-composer-project-locally.md
Last active May 19, 2023 13:33
Test an existing composer project (create-project) locally

First, clone the repository of the project :

  mkdir /tmp/project-name
  git clone ...

Create a packages.json file in the root, containing the following :