0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00

update port from 3001 to 9001

This commit is contained in:
Mark Otto 2018-04-06 22:09:37 -07:00
parent 511b063fbe
commit ab3a997236
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) and other Ruby dependencies with `bundle install`.
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.
4. Open `http://localhost:3001` in your browser, and voilà.
4. Open `http://localhost:9001` in your browser, and voilà.
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

View File

@ -9,7 +9,7 @@ permalink: pretty
source: docs
destination: _gh_pages
host: 0.0.0.0
port: 3001
port: 9001
url: http://getbootstrap.com
baseurl: /docs/3.4
encoding: UTF-8