Connector per Mobilizon ti permette di visualizzare i prossimi eventi di Mobilizon sul tuo sito WordPress. https://mobilizon.it
Go to file
Daniel Waxweiler 1d7fe7a0a3 first commit 2021-01-08 14:08:40 +01:00
assets first commit 2021-01-08 14:08:40 +01:00
source/connector-mobilizon first commit 2021-01-08 14:08:40 +01:00
.gitignore first commit 2021-01-08 14:08:40 +01:00
README.md first commit 2021-01-08 14:08:40 +01:00
composer.json first commit 2021-01-08 14:08:40 +01:00
composer.lock first commit 2021-01-08 14:08:40 +01:00
gulpfile.js first commit 2021-01-08 14:08:40 +01:00
package-lock.json first commit 2021-01-08 14:08:40 +01:00
package.json first commit 2021-01-08 14:08:40 +01:00

README.md

Connector Mobilizon

Development

Setup

  1. Make sure npm and composer are installed.
  2. Run: npm install
  3. Run: php composer.phar install

Development build

  1. Build: npm run build-dev

Release procedure

  1. Build: npm run build-prod
  2. Determine minimum PHP version for code and update package.json if needed: ./vendor/bin/phpcompatinfo analyser:run ./source
  3. Make sure screenshots are up-to-date.

Other commands

  • Run tests: npm test
  • Delete build folder: gulp clean