/playground-tools

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

WordPress Playground tools

This repository contains the tools and applications built using WordPress Playground:

If you were looking for the Playground itself, you can find it here: WordPress Playground

Getting started

Clone the repo and build the projects:

git clone https://github.com/WordPress/playground-tools
cd playground-tools
npm install
npm run build
# or `npm run dev` to watch for changes

You'll find the built assets in the dist directory. You can make changes, run the VS Code extension or install the interactive code plugin, and test them.

Contributing

Playground Tools are in their early days. If the feature you need is missing, you are more than welcome to start a discussion, open an issue, and even propose a Pull Request to implement it.