Create a new repo using
the instructions for Bedrock, i.e.
composer create-project roots/bedrock <project-name>.
Update name, author, license and description in composer.json
Remove CHANGELOG.md and CONTRIBUTING.md
Add Prettier 🚧
Add ESLint 🚧
Add Editorconfig 🚧
Add nvmrc 🚧
Update .env.example
Update README.md 🚧
Search wpackagist.org and
packagist.org for all the plugins and themes that
are active in the site and add them via composer require. Specify the
current version (don’t use the latest at this step)
For plugins and themes that can’t be found this way (because they are payed
plugins or no longer available) copy the files and add an exception in
.gitignore so that they are tracked in the repo.
Look through the activated themes for any build tools (e.g. Gulp) and make
sure they can be run.
Create database with wp create
Import database from dump via wp db import my-dump.sql
Change the name of the admin user to whitespace and the email to
d+<clientname>@whitespace.se