diff options
| author | Mark Otto <[email protected]> | 2017-05-27 22:03:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 22:03:48 -0700 |
| commit | 1f43d9c066f1ffd008f2cb4b00907165d905f3fc (patch) | |
| tree | 512da5aed43526ed90a3188dd3ecb36ced9fc82c /docs/getting-started/build-tools.md | |
| parent | fa413aece11a46b58cdae8a7ae695b7b5380f125 (diff) | |
| download | bootstrap-1f43d9c066f1ffd008f2cb4b00907165d905f3fc.tar.xz bootstrap-1f43d9c066f1ffd008f2cb4b00907165d905f3fc.zip | |
revamp getting started docs to use new toc
Diffstat (limited to 'docs/getting-started/build-tools.md')
| -rw-r--r-- | docs/getting-started/build-tools.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 6c1353052..dd3cac0be 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -1,19 +1,15 @@ --- layout: docs title: Build tools -description: Details on how to use Bootstrap's included build tools to compile source code, run tests, and more. +description: Learn how to use Bootstrap's included npm scripts to build our documentation, compile source code, run tests, and more. group: getting-started +toc: true --- -Bootstrap uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json](https://github.com/twbs/bootstrap/blob/v4-dev/package.json) includes convenient methods for working with the framework, including compiling code, running tests, and more. - -## Contents - -* Will be replaced with the ToC, excluding the "Contents" header -{:toc} - ## Tooling setup +Bootstrap uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json](https://github.com/twbs/bootstrap/blob/v4-dev/package.json) includes convenient methods for working with the framework, including compiling code, running tests, and more. + To use our build system and run our documentation locally, you'll need a copy of Bootstrap's source files and Node. Follow these steps and you should be ready to rock: 1. [Download and install Node](https://nodejs.org/download/), which we use to manage our dependencies. |
