/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/partials/home
NameSizeModeActions
components-utilities.html55900644editdlrm
css-variables.html23680644editdlrm
customize.html25050644editdlrm
get-started.html44100644editdlrm
icons.html15490644editdlrm
masthead.html23790644editdlrm
plugins.html35480644editdlrm
themes.html15130644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/partials/home/get-started.html (4410B)

Get started any way you want

Jump right into building with Bootstrap—use the CDN, install it via package manager, or download the source code.

Read installation docs

Install via package manager

Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects.

{{ highlight (printf ("npm install bootstrap@%s") .Site.Params.current_version) "sh" "" }} {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}

Read our installation docs for more info and additional package managers.

Include via CDN

When you only need to include Bootstrap’s compiled CSS or JS, you can use jsDelivr. See it in action with our simple quick start, or browse the examples to jumpstart your next project. You can also choose to include Popper and our JS separately.

{{ highlight (printf (``) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }} {{ highlight (printf (``) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }}

Read our getting started guides

Get a jump on including Bootstrap's source files in a new project with our official guides.