Introduction
WordPressify is a development tool that simplifies WordPress theme and plugin creation.
- Live reload: Watches for file changes and instantly reloads your browser via BrowserSync.
- Local database: Includes a pre-configured MariaDB database, ready to use.
- Modern CSS: Preprocess styles with PostCSS or Sass, with autoprefixing built in.
- Modern JavaScript: Write ES6+ with Babel, bundled automatically.
- Docker-based: Runs everything in containers, so the only dependency is Docker.
Quick Start
npx wordpressify
npm run startWordPressify works on macOS, Windows, and Linux. The only prerequisite is Docker.