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.
This project uses Vite to compile SCSS assets.
# 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 buildOr use the combined setup script (note: you must clone patterns separately after):
npm run projectsetup# Production build
npm run build
# Watch mode (rebuilds on file changes)
npm run devTo update the patterns library to the latest version:
npm run projectupdateBuilt CSS is output to dist/styles/proud-admin.css.