This repository is a WordPress plugin that gives you a sandbox workspace to write code, test, and learn. It's where you play. I use it on KnowTheCode.io in the hands-on labs.
You can use however you'd like.
- Download it.
- Put into your
wp-content/plugins/
folder - Extract it
- Go into the new folder
- Then go to plugins and activate it.
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
- Using PhpStorm, open your project and navigate to
wp-content/plugins/
. (Or open terminal and navigate there). - Then type:
git clone https://github.com/KnowTheCode/Sandbox-Workspace
. - Go into the new folder
- Then go to plugins and activate it.
All feedback, bug reports, and pull requests are welcome.