- Per the official doc from Bedrock, start by creating a new site in Local.
- Use the "open site folder" or "open site shell" option, delete the public folder in \Local Sites\YOURSITE\app\
- While in \Local Sites\YOURSITE\app, clone your project down into this folder.
- Open the .env file in app\YOURREPO\src and ensure:
DB_NAME=local
DB_USER=root
DB_PASSWORD=root
WP_HOME='https://YOURSITE.local'