proudcity / wp-proud-theme

ProudCity WordPress theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-proud-theme

The ProudCity Wordpress theme built on top of Bootstrap and Sage. 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 v12 for this build.

nvm use 12
# clones our proudcity-patterns repository and sets it up as the theme expects
npm run-script projectsetup
# build project
npx mix

To update ProudCity Patterns run the following NPM command to delete the old repository and download the latest master branch.

npm run-script projectupdate

Deprecated Commands from Gulp

# Pull on both the theme and proudcity-patterns repos
gulp pull
# Watch for changes in both the theme and proudcity-pattern repos
# (@TODO the livebrowser task is out of date and no longer functions)
gulp watch
# Commit an updated to both the theme and proudcity-patterns repos
gulp commit
# Push both the theme and proudcity-patterns repos
gulp push

https://github.com/proudcity/proudcity-patterns

About

ProudCity WordPress theme

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 48.8%Language:PHP 36.0%Language:SCSS 8.5%Language:Less 3.6%Language:CSS 3.0%Language:Hack 0.1%