Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 563 Bytes

File metadata and controls

17 lines (13 loc) · 563 Bytes

wp-proud-admin

Sets the WordPress admin menu order. ProudCity is a Wordpress platform for modern, standards-compliant municipal websites.

All bug reports, feature requests and other issues should be added to the wp-proudcity Issue Queue.

Building notes

You should install Node Version Manager to run the commands below and work on Node v14 for this build.

nvm use 14
# build project
npx mix
# watch for changes in project
npx mix watch