composer create-project roots/bedrock <wordpress-name>
cd <wordpress-name>
composer require wpackagist-plugin/timber-library
cd web/app/themes
git clone https://github.com/timber/starter-theme.git <theme-name>
rm -Rf <theme-name>/.git
cd <theme-name>
git clone git@bitbucket.org:whitespace_se/spacecraft-starter.git spacecraft
cd spacecraft
rm -Rf .git
yarn