WordPress theme for the Platform Cooperativism Consortium, based on Sage.
See Sage 9 docs for basic information. Commands for development:
npm install
: Install CSS and JavaScript dependenciesnpm run build
: Build front-end assetsnpm run build:production
: Build front-end assets for productionnpm run start
: Start watching assets and rebuild on save (with BrowserSync live reloading)npm run lint
: Check CSS and JavaScript coding standardscomposer install
: Install PHP dependenciescomposer standards
: Check PHP coding standards
The Platform Cooperativism Consortium theme uses CSS with PostCSS instead of SCSS, and includes the sage-directives and blade-svg-sage Composer packages.