# Bootstrap 4

> Bootstrap 4 starter theme for Bloggerpack. [Demo](https://bp-starter-bootstrap-4.blogspot.com/).

## Installation

Replace `my-awesome-theme` below with the name of your theme.

```bash
npx bloggerpack-create my-awesome-theme -s npm -t @bloggerpack/starter-bootstrap-4
```

Once the theme is created, navigate to the root `my-awesome-theme` directory and run `npm install` to install dependencies.

Once the installation is done, you can run some built-in commands:

- `npm start` - Watches the source files and automatically building them whenever you save.
- `npm run build` - Build the theme.

You can now start to create your awesome Blogger theme!

## Sharing

You can share your theme on GitHub and use the `bloggerpack-theme` keyword within GitHub topics.

## Documentation

- [Bloggerpack](https://github.com/bloggerpack/bloggerpack/tree/main/packages/bloggerpack)
- [bloggerpack-create](https://github.com/bloggerpack/bloggerpack/tree/main/packages/bloggerpack-create)
- [Bootstrap](https://getbootstrap.com/docs/4.6/)

## Changelog

See [CHANGELOG](https://github.com/bloggerpack/bloggerpack/blob/main/starters/bootstrap-4/CHANGELOG.md).
