[ ] Add a script that grabs a link to https://github.com/United-Philanthropy-Forum/km-collaborative/wiki/Local-development and puts it at the top of the README under the badges with the header "## How to develop locally". This could be added to the scripts/composer/ScriptUpdater.php as another method "updateREADME", which can then be added to the post-create-project-cmd command in the composer.json file.
Right now the README.md is just the badges for how the site is performing: https://github.com/United-Philanthropy-Forum/kmc-tester/blob/master/README.md
We should also provide a link to instructions on how to use the site locally. That link is currently here: https://github.com/United-Philanthropy-Forum/km-collaborative/wiki/Local-development . (It could also be a README somewhere.)
Dev
scripts/composer/ScriptUpdater.php
as another method "updateREADME", which can then be added to thepost-create-project-cmd
command in the composer.json file.