Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwdelaney/block-bootstrap-carousel
Gutenberg block for creating Bootstrap carousels
https://github.com/mwdelaney/block-bootstrap-carousel
gutenberg gutenberg-blocks wordpress
Last synced: about 1 month ago
JSON representation
Gutenberg block for creating Bootstrap carousels
- Host: GitHub
- URL: https://github.com/mwdelaney/block-bootstrap-carousel
- Owner: MWDelaney
- Created: 2020-03-26T04:41:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T14:39:48.000Z (over 1 year ago)
- Last Synced: 2024-10-08T18:14:57.215Z (about 1 month ago)
- Topics: gutenberg, gutenberg-blocks, wordpress
- Language: JavaScript
- Homepage:
- Size: 3.47 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap Carousel block for WordPress
*Requires Bootstrap styles and javascript loaded on the front-end*Development:
Inside the directory, you can run several commands:
$ npm start
Starts the build for development.$ npm run build
Builds the code for production.$ npm run format:js
Formats JavaScript files.$ npm run lint:css
Lints CSS files.$ npm run lint:js
Lints JavaScript files.$ npm run packages-update
Updates WordPress packages to the latest version.Starts the build for development.$ npm run build
Builds the code for production.