An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


AMP logo

# 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
```
[]()