You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://saucelabs.com/u/bootstrap)
7
8
8
9
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
@@ -22,13 +23,14 @@ To get started, check out <http://getbootstrap.com>!
22
23
23
24
## Quick start
24
25
25
-
Five quick start options are available:
26
+
Several quick start options are available:
26
27
27
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.4.zip).
28
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
28
29
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
29
30
- Install with [Bower](http://bower.io): `bower install bootstrap`.
30
31
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
31
-
- Install with [Meteor](https://www.meteor.com/): `meteor add twbs:bootstrap`.
32
+
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
33
+
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
32
34
33
35
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
34
36
@@ -56,7 +58,7 @@ bootstrap/
56
58
└── glyphicons-halflings-regular.woff2
57
59
```
58
60
59
-
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
61
+
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
60
62
61
63
62
64
@@ -99,12 +101,13 @@ Editor preferences are available in the [editor config](https://github.com/twbs/
99
101
100
102
## Community
101
103
102
-
Keep track of development and community news.
104
+
Get updates on Bootstrap's development and chat with the project maintainers and community members.
103
105
104
106
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
105
107
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
108
+
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
106
109
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
107
-
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
110
+
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
108
111
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
0 commit comments