WordBox is a truly modern WordPress development (and deployment) environment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Muthu Kumar b84dd4107f Added very preliminary support for plugins 7 years ago
.vscode VS Code config 7 years ago
plugins Added very preliminary support for plugins 7 years ago
.eslintrc.js Init and project config 7 years ago
.gitignore Added very preliminary support for plugins 7 years ago
README.md Renamed to `w` 7 years ago
config.js Added very preliminary support for plugins 7 years ago
package-lock.json Init and project config 7 years ago
package.json Renamed to `w` 7 years ago
php.js Added very preliminary support for plugins 7 years ago
server.js Added very preliminary support for plugins 7 years ago

README.md

w 🔥

WordBoxed—A truly modern development environment for WordPress

WordBoxed is a truly modern WordPress site development (and deployment) environment.

Bring the power of Node.JS to your WordPress environment!

Running the server

  1. Download php zip from https://php.net and place the extracted files under /php.
  2. Download WordPress from https://wordpress.org and place the extracted files under /wp.
  3. [Optional] If you're on Linux, edit the config file to point to your php-cgi bin file.
  4. Run npm install to install dependencies (Express).
  5. Run node . to start the server.