WP Manifestindependent plugin directory
manifest / admin / wp-proud-dashboard

Proud Dashboard

Creates ProudCity management application for backend use

by ProudCity · github.com/proudcity/wp-proud-dashboard · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/proudcity/wp-proud-dashboard/archive/refs/heads/master.zip

Readme

wp-proud-dashboard

Creates ProudCity management application for backend use

Development

By default, this app calls the ProudCity Service Center remove JS include files at https://service-center.proudcity.com. Fo development, we can use the local or beta version.:

# Use local version (in ./includes/js/client/dist)
cd ./includes/js
git clone git@github.com:proudcity/proudcity-dashboard.git client
wp --allow-root option update wp_proud_dashboard_path 'local'

# Use beta version
# @todo

# Use production version (https://service-center.proudcity.com)
wp --allow-root option delete wp_proud_dashboard_path

Read the full README on GitHub →