Currently under development.
Demo.
Textpattern templates for use with Bootstrap v5.
- Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
- Internet Explorer 11.
- Firefox ESR latest major point release.
Building this repository requires:
The project uses Webpack to run tasks and Sass for CSS pre-processing. First make sure you have a recent version of Node.js installed. You can install Node.js using the installer or package manager.
After you have Node.js taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:
$ cd textpattern-bootstrap
$ npm install
npm installs Webpack and any necessary JavaScript packages.
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run the build:
$ npm run build
If you'd like to upgrade to a newer version of Bootstrap down the road just run:
$ npm update
We provide a pre-built version of the theme files within the themes
directory in case you don't want to build it yourself.
Bootstrap is licensed under MIT license. Textpattern templates are licensed under GPLv2 license.