diff options
| author | Mark Otto <[email protected]> | 2012-02-19 22:52:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-19 22:52:32 -0800 |
| commit | f81e5fbe9f3bf754757b059c62880cdca043d496 (patch) | |
| tree | d218df1cfaea8e96838dce5e714b0ae1cd0146ce | |
| parent | 9b09d1de861b236ce27cbda8579d4ec1f6e4dd17 (diff) | |
| download | bootstrap-f81e5fbe9f3bf754757b059c62880cdca043d496.tar.xz bootstrap-f81e5fbe9f3bf754757b059c62880cdca043d496.zip | |
readme cleanup
| -rw-r--r-- | README.md | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -1,9 +1,17 @@ -TWITTER BOOTSTRAP +[TWITTER BOOTSTRAP](http://twitter.github.com/bootstrap) ================= -Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more. +Bootstrap provides simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. In other words, it's a front-end toolkit for faster, more beautiful web development. It's created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter. + +To get started, checkout http://twitter.github.com/bootstrap! + + + +Quick start +----------- + +Clone the repo, `git clone [email protected]:twitter/bootstrap.git`, or [download the latest release](https://github.com/twitter/bootstrap/zipball/master). -To get started -- checkout http://twitter.github.com/bootstrap! Versioning @@ -24,6 +32,7 @@ And constructed with the following guidelines: For more information on SemVer, please visit http://semver.org/. + Bug tracker ----------- @@ -32,10 +41,12 @@ Have a bug? Please create an issue here on GitHub! https://github.com/twitter/bootstrap/issues + Twitter account --------------- -Keep up to date on announcements and more by following Bootstrap on Twitter, <a href="http://twitter.com/TwBootstrap">@TwBootstrap</a>. +Keep up to date on announcements and more by following Bootstrap on Twitter, [@TwBootstrap](http://twitter.com/TwBootstrap). + Mailing list @@ -48,6 +59,7 @@ [email protected] http://groups.google.com/group/twitter-bootstrap + IRC --- @@ -56,6 +68,7 @@ Server: irc.freenode.net Channel: ##twitter-bootstrap (the double ## is not a typo) + Developers ---------- @@ -68,6 +81,7 @@ Runs the LESS compiler to rebuild the `/less` files and compiles the docs pages. This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem. + Authors ------- @@ -82,6 +96,7 @@ Authors + http://github.com/fat + Copyright and license --------------------- |
