Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

-----

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down