TWBS/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
β 1 starsπ¬ 0 comments
Files
| π .babelrc.js | 162 B |
| π .browserslistrc | 289 B |
| π .bundlewatch.config.json | 1.3 KB |
| π .cspell.json | 3 KB |
| π .editorconfig | 167 B |
| π .eslintignore | 145 B |
| π .eslintrc.json | 5.1 KB |
| π .gitattributes | 177 B |
| π .github | |
| π .gitignore | 465 B |
| π .ncurc.json | 354 B |
| π .nvmrc | 8 B |
| π .prettierignore | 228 B |
| π .stylelintignore | 69 B |
| π .stylelintrc.json | 1.4 KB |
| π .vscode | |
| π CODE_OF_CONDUCT.md | 5.4 KB |
| π LICENSE | 1.1 KB |
| π README.md | 13.3 KB |
| π SECURITY.md | 730 B |
| π build | |
| π composer.json | 667 B |
| π config.yml | 2.8 KB |
| π dist | |
| π js | |
| π nuget | |
| π package-lock.json | 772.3 KB |
| π package.js | 484 B |
| π package.json | 10.3 KB |
| π scss | |
| π site | |
README
<p align="center">
<a href="https://getbootstrap.com/">
<img src="https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
</a>
</p>
<h3 align="center">Bootstrap</h3>
<p align="center">
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
<br>
<a href="https://getbootstrap.com/docs/5.3/"><strong>Explore Bootstrap docs Β»</strong></a>
<br>
<br>
<a href="https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
Β·
<a href="https://github.com/twbs/bootstrap/issues/new?assignees=&labels=feature&template=feature_request.yml">Request feature</a>
Β·
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
## Bootstrap 5
Our default branch is for development of our Bootstrap 5 release. Head to the [`v4-dev` branch](https://github.com/twbs/bootstrap/tree/v4-dev) to view the readme, documentation, and source code for Bootstrap 4.
## Table of contents
- [Quick start](#quick-start)
- [Status](#status)
- [Whatβs included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Thanks](#thanks)
- [Copyright and license](#copyright-and-license)
## Quick start
Several quick start options are available:
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.8.zip)
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.8`
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.8`
- Install with [Bun](https://bun.sh/): `bun add bootstrap@v5.3.8`
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.8`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap`