WME Sitebuilder
Easily build and configure a site.
by Modern Tribe Incubator Team · github.com/liquidweb/wme-sitebuilder · website
★ 2stars
106release downloads
≈10active sites
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/liquidweb/wme-sitebuilder/releases/download/v0.6.1/wme-sitebuilder.zipReadme
Wordpress Made Easy: Sitebuilder
Getting started with local development
IMPORTANT: First follow the "get started" section of the monorepo.
Prerequisites
- Docker Desktop (or a local docker installation)
- pnpm
- npx
npx --version- If not found, install with
npm install -g npx
Start the local environment
This plugin uses wp-env for local development and testing.
- After running
pnpm installandpnpm turbo buildfrom the base monorepo directory, you can start the local WordPress environment. - From the
plugins/sitebuiderfolder, runpnpm run env:devand wait for Docker to complete initializing the site. - Navigate your browser to
http://localhost:8888/wp-admin/- Username: admin
- Password: password
Enable BrowserSync
- Create a
.envfile in the root of the project - Add the following value according to your local setup, to the
.envfile:MIX_PROXY_URL=sitebuilder-dev.local
Watch project
pnpm run watch
Testing
This plugin uses a combination of Playwright and wp-env to perform automated end-to-end testing in a browser. Before running the testing the first time, you'll need to install the browsers playwright needs.
# To only install Chrome which is used by default
npx playwright install chromium
OR
# To install all browsers (Chrome, Firefox, Webkit)
npx playwright install
Start the local WordPress dev and testing environments
pnpm run env:dev
Run the test suite
pnpm run env:testRead the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.6.2 | Sep 12, 2023 | — | — |
| v0.6.1 | Mar 24, 2023 | wme-sitebuilder.zip | 12 |
| v2.0.1 | Jan 16, 2023 | — | — |
| v0.6.0 | Jan 16, 2023 | — | — |
| v0.5.0 | Jan 7, 2023 | — | — |
| v0.4.2 | Dec 8, 2022 | wme-sitebuilder.zip | 7 |
| v0.4.1 | Nov 22, 2022 | wme-sitebuilder.zip | 8 |
| v0.4.0 | Nov 21, 2022 | wme-sitebuilder.zip | 7 |
| v0.4.0-alpha.4 | Nov 9, 2022 | wme-sitebuilder.zip | 7 |
| v0.4.0-alpha.3 | Nov 9, 2022 | wme-sitebuilder.zip | 7 |
| v0.4.0-alpha.2 | Nov 4, 2022 | wme-sitebuilder.zip | 9 |
| v0.4.0-alpha.1 | Nov 4, 2022 | wme-sitebuilder.zip | 9 |
| v0.3.0 | Oct 31, 2022 | wme-sitebuilder.zip | 8 |
| v0.2.0 | Oct 28, 2022 | wme-sitebuilder.zip | 7 |
| v0.1.2 | Oct 26, 2022 | wme-sitebuilder.zip | 7 |
| v0.1.1 | Oct 21, 2022 | wme-sitebuilder.zip | 10 |
| v0.1.0 | Oct 21, 2022 | wme-sitebuilder.zip | 8 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.