ProgressiveWordPress
A Sample WordPress-based Progressive Web App
Install / Use
/learn @GoogleChromeLabs/ProgressiveWordPressREADME
Progressive WordPress (PWP)
A Sample WordPress-based Progressive Web App.
Local Development
Setup
Theme
Install all the dependencies (use Node 8 or newer)
$ npm install
and build the theme
$ npm run build
For continuous builds, run
$ npm run watch
Docker
The Docker setup is a network consisting of Caddy, Apache2/PHP7 and a MySQL container. The image for the Apache2/PHP7 container is based on the official Wordpress Docker image. It is also published to the Docker Hub if you don’t want to build locally. WordPress also needs a MySQL server for which the official MySQL Docker image is used. Caddy is added to the mix for easy local HTTP/2 development.
$ docker pull surma/progressivewordpress # if you don’t want to build locally
$ docker-compose up -d
The WordPress install wizard is now available at http://localhost:8080. If you want to use HTTP/2 during development, you have to:
- point
surmblog.devto127.0.0.1using/etc/hosts - trust the certficiate in caddy/certs
- navigate to
https://surmblog.dev:8443instead
Once installed, make sure to enable the theme “surmblog” and set the permalink style to “Post name”.
Apache 2.0
Related Skills
node-connect
328.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
80.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
328.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
80.9kCommit, push, and open a PR
