https://github.com/jimj92120/wordpress-plugin-add-bootstrap
Add Bootstrap CSS and JS to your site.
https://github.com/jimj92120/wordpress-plugin-add-bootstrap
bootstrap bootstrap3 bootstrap4 bootstrap5 php reactsjs style wordpress wordpress-plugin wordpress-settings
Last synced: 3 months ago
JSON representation
Add Bootstrap CSS and JS to your site.
- Host: GitHub
- URL: https://github.com/jimj92120/wordpress-plugin-add-bootstrap
- Owner: JimJ92120
- Created: 2023-01-19T12:23:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T10:02:19.000Z (over 3 years ago)
- Last Synced: 2025-04-07T09:46:03.975Z (about 1 year ago)
- Topics: bootstrap, bootstrap3, bootstrap4, bootstrap5, php, reactsjs, style, wordpress, wordpress-plugin, wordpress-settings
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress-plugin-add-bootstrap
Add Bootstrap CSS and JS to your site.
Current available **Bootstrap** versions:
- **Bootstrap 3**
- `3.3.7`
- `3.4.1`
- **Bootstrap 4**
- `4.4.1`
- `4.5.3`
- `4.6.2`
- **Bootstrap 5**
- `5.0.2`
- `5.1.3`
- `5.2.3`
---
## Requirements
### For plugin installation
| | |
|-------------|----------|
| `PHP` | `>= 7.4` |
| `WordPress` | `>= 5.9` |
### For development
| | |
|-------------|-----------|
| `PHP` | `>= 7.4` |
| `WordPress` | `>= 5.9` |
| `npm` | `>= 6.0` |
| `node` | `>= 14.0` |
| `Docker` | |
---
## How to use
1. Download the `.zip` file and install **Add Bootstrap** plugin in WordPress.
2. Activate **Add Bootstrap** plugin.
3. Go to **Appearances** > **Bootstrap** options page
4. Configure **Bootstrap** settings

---
## Development
1. Install `npm` dependencies
```sh
npm install
```
2. Run `wp-env` environment
```sh
npm run wp-env start
```
---
## Credits
- [Bootstrap](https://getbootstrap.com/)
- [WordPress](https://github.com/WordPress/)
- [StackOverflow](https://stackoverflow.com/)