Marquee Block adds a touch of movement and interactivity to your site and help to capture attention and engage your site visitors in a unique way.
- WordPress 6.4+
- PHP 7.4+
npm installnpm run packages-update
npm start
npm run lint:js- Lint Javascriptnpm run lint:js:report- Lint Javascript and will generatelint-report.html. From terminalopen lint-report.htmlnpm run lint:css- Lint CSSnpm run lint:css:report- Lint CSS and will generatescss-report.txtfile.npm run lint:php- PHP lint and will generatephpcs-report.txtfile.
npm run lint:js:fix- Fix Javascript Lint Issue.npm run lint:css:fix- Fix SCSS Lint Issue.
npm run format:js- Format Javascriptnpm run format:css- Format SCSSnpm run format:php- Format PHPnpm run format- Format./src
npm run plugin-zip- make zip based onpackage.jsonfileslist.npm run package- make directory based onpackage.jsonfileslist.
npm run language- Make POT File- Then follow this link to test
- Check translation guide
PKG_VERSION=$(node -p "require('./package.json').version") && git tag $PKG_VERSION && git push origin "$_"- Delete
git tag -d 1.2.1 && git push origin --delete "$_"
