The goal of this project is to encourage more developers to take advantage of the ability to work within a stable development environment facilitated by Visual Studio Code and Docker.
This starter requires that you have the following application dependencies installed on your machine:
- Navigate to the
setup_devcontainer.sh
script within.devcontainer/scripts/
. - Modify the variables to your preference and then run the script to generate the dev container files.
- Once the files have been created, use the Remote-Containers > Reopen in Container option and wait for the devcontainer to complete building.
- Once the build has completed, select 'Open Workspace'
- If this option is not immediately available, you will need to first open the
*.code-workspace
file in the `/workspace/ directory.
- If this option is not immediately available, you will need to first open the
- Navigate to the site url (http://localhost by default) to access and configure your new local wordpress site.