Skip to content

platform-coop-toolkit/pcc

Repository files navigation

Platform Cooperativism Consortium

License Test, build, and deploy GitHub Release

WordPress theme for the Platform Cooperativism Consortium, based on Sage.

Development

See Sage 9 docs for basic information. Commands for development:

  • npm install: Install CSS and JavaScript dependencies
  • npm run build: Build front-end assets
  • npm run build:production: Build front-end assets for production
  • npm run start: Start watching assets and rebuild on save (with BrowserSync live reloading)
  • npm run lint: Check CSS and JavaScript coding standards
  • composer install: Install PHP dependencies
  • composer lint: 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.