Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-07-16 09:46:31 +0300
committerMark Otto <markdotto@gmail.com>2018-07-16 09:46:31 +0300
commit6e5a4209fc2e0628102a9af0a2c91c04d1da095e (patch)
treea7bd6f0bc04b95f12b688907013d3439330c9d7d
parent2fb7c24d715e8cf0ae6e3e5f847983680283aa8c (diff)
basic instructions
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d739d02..c37e6ef 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,12 @@
# Bootstrap via npm
Demonstrates how to include, customize, and compile Bootstrap's CSS via npm.
+
+## Usage
+
+Download or clone the project, then from the directory root:
+
+```bash
+npm install
+npm start
+```