diff --git a/README.md b/README.md index 57ce83b18..d3d90f592 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ npm run dev-win ``` Finally, open http://localhost:4000/ in your web browser. +File changes will be output to `_site` folder and the browser will auto refresh. ----- diff --git a/package.json b/package.json index e8a8ea6a9..b93bcc62b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "_app/main.js", "scripts": { "start": "npm run dev", - "jekyll": "bundle exec jekyll serve --incremental", + "jekyll": "bundle exec jekyll serve --incremental --livereload", "dev-webpack": "webpack --mode development --watch", "webpack": "webpack --mode production", "dev": "npm run dev-webpack & npm run jekyll",