https://github.com/codeispoetry/wp-env-codespace
Codespace for WordPress with wp-env
https://github.com/codeispoetry/wp-env-codespace
Last synced: about 1 year ago
JSON representation
Codespace for WordPress with wp-env
- Host: GitHub
- URL: https://github.com/codeispoetry/wp-env-codespace
- Owner: codeispoetry
- Created: 2023-09-27T10:34:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T14:47:44.000Z (over 2 years ago)
- Last Synced: 2025-03-24T16:56:41.787Z (over 1 year ago)
- Language: JavaScript
- Size: 241 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Codespaces for WordPress with wp-env
## Installation
Click on "Create Codespace on main" and wait a couple of minutes.
You are done.
### Backgroud information
Codespace will launch a docker-container in the cloud for you and within that container, performs some actions, along these are
- npm install
- composer install
- npm run up
This will launch a docker-in-docker setup and makes use of [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/).
## Usage
## Testing
Run
```
npm test
```
See _package.json > scripts_ for details.