Skip to content

MichaelSalp/wp-env-codespace

 
 

Repository files navigation

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.

About

Codespace for WordPress with wp-env

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.8%
  • PHP 36.7%
  • Shell 13.5%