Skip to content

platform-coop-toolkit/coop-library

Repository files navigation

Co-op Library

License Status GitHub Release

WordPress theme for the Platform Co-op Resource Library, 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 standards: Check PHP coding standards

The Co-op Library theme uses includes the sage-directives and blade-svg-sage Composer packages.