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

https://github.com/cloudsteak/wp-plugin-demo

Demo WP Plugin
https://github.com/cloudsteak/wp-plugin-demo

Last synced: 9 months ago
JSON representation

Demo WP Plugin

Awesome Lists containing this project

README

          

# wp-plugin-demo
Demo WP Plugin

## Installation

1. Login to your WordPress admin panel, navigate to Plugins, and click Add New.
2. Upload the required zip file from builds folder.

## Development

### Clean builds

```bash
make clean
```

### Build

```bash
make build
```

### Full build (clean & build)

```bash
make full-build
```