Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 465 Bytes

Dash My Plugins

A very simple dashboard which displays information about defined WordPress plugins. It has been built on NextJS and doesn't require any database.

Installation

It requires Node.js v18+ to run.

Install the dependencies, create an .env.local file containing a PLUGIN variable with the slugs of your plugins, and start the server.

yarn
echo "PLUGINS = "media-cleaner, media-file-renamer"" > .env.local
yarn dev