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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 02:10:39 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 02:10:39 +0300
commit5099cc5bae8eef26cd77809e12e95575580a2637 (patch)
tree37f90b480df10b28adaa2da9cc25c6159695cfc9 /README.md
parent635729fb5108cf4d335b0f062cc6e09e17832c93 (diff)
Updating build and dev scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4dab39ba..83c9e99d6 100644
--- a/README.md
+++ b/README.md
@@ -72,8 +72,8 @@ From the root of the repository, install the tools used to develop.
Build the project and documentation:
- $ bundle exec jekyll build
+ $ npm run build
Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
- $ bundle exec jekyll -w serve
+ $ npm run dev