Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 584 Bytes

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.

Usage

Testing

Run

npm test

See package.json > scripts for details.