https://github.com/ampproject/amp-wp-qa-tester
Easily test pre-release versions of the AMP Plugin for WordPress.
https://github.com/ampproject/amp-wp-qa-tester
Last synced: about 1 year ago
JSON representation
Easily test pre-release versions of the AMP Plugin for WordPress.
- Host: GitHub
- URL: https://github.com/ampproject/amp-wp-qa-tester
- Owner: ampproject
- License: apache-2.0
- Archived: true
- Created: 2021-06-24T16:29:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T22:00:10.000Z (over 3 years ago)
- Last Synced: 2025-04-20T14:40:54.721Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 9.22 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMP QA Tester Plugin for WordPress
This WordPress plugin allows for one to test pre-release versions of the [AMP plugin](https://github.com/ampproject/amp-wp)
from its GitHub releases, release branches, and pull requests.
## Building the plugin
### Requirements
- PHP >= 5.6
- Composer >= 2
- Node.js >= 15
- npm
### Build Steps
1. Install Composer dependencies
```shell
composer install
```
2. Install Node dependencies
```shell
npm i
```
3. Build the plugin!
```shell
npm run build
```
[]()