Skip to content

Commit 31d7182

Browse files
committed
Pass 2
1 parent 00cb83a commit 31d7182

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# VIP Codespaces
22

3-
A development environment for WordPress VIP sites using GitHub Codespaces and VS Code Remote Containers.
3+
A development environment for WordPress VIP sites using GitHub Codespaces and VS Code Development Containers.
44

55
## Overview
66

7-
VIP Codespaces provides a containerized development environment for WordPress VIP sites, making it easy to set up and maintain a consistent development environment across teams. It leverages GitHub Codespaces and VS Code (and forks) Remote Containers to provide a seamless development experience.
7+
VIP Codespaces provides a containerized development environment for WordPress VIP sites, making it easy to set up and maintain a consistent development environment across teams. It leverages GitHub Codespaces and VS Code (and forks) [Development Containers](https://containers.dev/) to provide a seamless development experience.
88

99
## Features
1010

@@ -25,14 +25,15 @@ VIP Codespaces provides a containerized development environment for WordPress VI
2525

2626
### Using with GitHub Codespaces
2727

28-
1. Add the `.devcontainer` configuration to your WordPress VIP project
28+
1. We provide the `.devcontainer/devcontainer.json` in our [Skeleton template repository](https://github.com/Automattic/vip-go-skeleton/tree/production/.devcontainer). For older codebases, you will need to add the `.devcontainer/devcontainer.json` configuration to your WordPress VIP repository manually
2929
2. Start a new Codespace from your repository
3030
3. Wait for the environment to build and initialize
3131
4. Access your WordPress site at the forwarded port (typically port 80)
3232

33-
### Using with VS Code/Cursor/Windsurf Remote Containers
3433

35-
1. Add the `.devcontainer` configuration to your WordPress VIP project
34+
### Using with VS Code/Cursor/Windsurf Development Containers
35+
36+
1. Add the `.devcontainer/devcontainer.json` configuration to your WordPress VIP project
3637
2. Open the project in VS Code
3738
3. Click on the Remote Containers extension icon and select "Reopen in Container"
3839
4. Wait for the environment to build and initialize
@@ -55,7 +56,7 @@ Example configuration:
5556

5657
```json
5758
{
58-
"name": "VIP Development Environment",
59+
"name": "WordPress VIP Development Environment",
5960
"image": "ghcr.io/automattic/vip-codespaces/alpine-base:latest",
6061
"features": {
6162
"ghcr.io/automattic/vip-codespaces/nginx:latest": {},

0 commit comments

Comments
 (0)