Per Aspera Ad Astra

Follow on GitHub

Bootstrap 3.0.0-wip Docs

Hi there! If you are looking for bootstrap 3.0 docs, I'm sorry, but I've removed them because they was outdated and made a lot of troubles to bootstrap development team.

But don't worry, I will tell you how to run your own copy of Bootstrap 3 locally. Just open your terminal/command prompt/bash and type:

$ git clone https://github.com/twitter/bootstrap.git bootstrap
$ cd bootstrap/
$ git checkout 3.0.0-wip
$ jekyll serve

mini-FAQ

What the hell is jekyll?

Jekyll is a simple, blog-aware, static site generator. (c).

You can read about Jekyll installation here.

I'm a Windows-guy

Don't worry, you still cool guy and girls will love you, but you need some unix-magic.

The easiest way to get some is to install GitHub client for Windows and when it asks install git tooling with bash and git for Windows. Then just open Git Bash shortcut.