Proud Admin
Wordpress admin theme for ProudCity
by ProudCity · github.com/proudcity/wp-proud-admin · website
★ 2stars
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-admin/archive/refs/heads/master.zipReadme
wp-proud-admin
Administration theme, permissions tweaks, and ProudCity settings pages. 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
This project uses Vite to compile SCSS assets.
Initial Setup
# Install dependencies
npm install --no-audit
# Clone proudcity-patterns into node_modules
git clone git@github.com:proudcity/proudcity-patterns.git node_modules/proudcity-patterns
# Build the CSS
npm run build
Or use the combined setup script (note: you must clone patterns separately after):
npm run projectsetup
Build Commands
# Production build
npm run build
# Watch mode (rebuilds on file changes)
npm run dev
Updating ProudCity Patterns
To update the patterns library to the latest version:
npm run projectupdate
Output
Built CSS is output to dist/styles/proud-admin.css.