Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Add Bootstrap CSS and JS to your site.

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

![image](https://user-images.githubusercontent.com/57893611/213861491-d74bf833-3565-4f7d-87c4-81481a24e32c.png)

---
## 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/)