The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Go to file
Mark Otto 6ccf588a8e Restore submenu support 2013-02-17 13:35:14 -08:00
docs Restore submenu support 2013-02-17 13:35:14 -08:00
fonts removing glyphicons images, swapping in new icon font with new classes 2012-11-02 01:20:06 -07:00
js Merge branch 'master' into 3.0.0-wip 2013-02-07 22:18:53 -08:00
less Restore submenu support 2013-02-17 13:35:14 -08:00
.gitignore update makefile to work again; gitignore the compiled docs _gh_pages folder; test makefile with darkened navbar active bg 2013-02-13 12:30:56 -08:00
.travis.yml make a few changes to package.json (add make test to makefile) 2012-04-19 16:38:43 -07:00
CHANGELOG.md add 2.3 changelog section 2013-02-07 22:08:04 -08:00
CONTRIBUTING.md add note about js style 2012-10-29 21:54:51 -07:00
LICENSE Update the LICENSE to the actual APLv2 2012-04-07 17:17:39 -07:00
Makefile Update makefile 2013-02-14 22:57:25 -08:00
README.md rearrange readme 2013-02-14 23:48:29 -08:00
_config.yml restore auto regen of docs 2013-02-17 13:35:08 -08:00
component.json version bump to 3.0 2012-11-30 22:30:50 -08:00
composer.json Removing "target-dir" option to stop extra nesting 2012-12-14 16:38:09 +11:00
package.json rearrange jekyll and docs 2013-02-12 12:44:41 -08:00

README.md

Bootstrap v3.0.0 Build Status

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by Mark Otto and Jacob Thornton.

To get started, checkout http://getbootstrap.com!

Quick start

Three quick start options are available:

Read the Getting Started page for information on the framework contents, basic template guidelines, and more.

Bugs and feature requests

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Documentation

Bootstrap's docs are built using Jekyll and hosted on GitHub Pages at http://getbootstrap.com. To view our docs locally, you'll need to install Jekyll to run a local server.

Documentation for previous versions is also available via tags.

Compiling CSS and JavaScript

Bootstrap includes a makefile with convenient methods for working with the framework. Before getting started, be sure to install the necessary local dependencies:

$ npm install

Once installed, you'll be able to run the various make commands provided:

build - make

Runs the recess compiler to rebuild the /less files and compiles the docs. Requires recess and uglify-js.

test - make test

Runs jshint and qunit tests headlessly in phantomjs (used for ci). Depends on having phantomjs installed.

watch - make watch

This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.

Contributing

Please submit all pull requests against *-wip branches. If your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto.

Community

Keep track of development and community news.

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Authors

Mark Otto

Jacob Thornton

Copyright 2012 Twitter, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.