marshallu / mu-profiles
Plugin for managing user profiles in WordPress
Package info
github.com/marshallu/herd-profiles
Type:wordpress-plugin
pkg:composer/marshallu/mu-profiles
Requires (Dev)
README
Herd Profiles is a WordPress plugin developed by the Marketing and Communications Office for use on Marshall University websites.
Using the Plugin
Please review the documentation at https://www.marshall.edu/marsha/herd-profiles/
Developer Notes
- Clone the repo
- Run
npm installto install the required npm dependencies - Run
composer installto install the required composer dependencies - While developing local run
npm run devto start the Tailwind CSS watcher. - When ready to push to production run
npm run build
PHP files are checked with WordPress VIP Coding Standards through composer lint. Run composer format to apply safe automatic fixes before committing. The project-local VIP standards are installed by composer install.
Settings
This repo contains a default settings file for VS Code to ensure the code is developed following WordPress Coding Standards.