Skip to content

Commit c61cba0

Browse files
committed
Live reload is much nicer
1 parent 5d2e26c commit c61cba0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bundle install
1212
With all the gems (dependencies) installed, you can launch the jekyll server.
1313

1414
``` bash
15-
bundle exec jekyll serve
15+
bundle exec jekyll serve --livereload
1616
```
1717

1818
It will show output like this, and you can grab the Server address and open it in your browser.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "A guide directed at HTTP-based API designers and writers wishing to benefit from having their API formalized in an OpenAPI Description (OAD)",
55
"scripts": {
6+
"serve": "bundle exec jekyll serve --livereload",
67
"test": "vitest --watch=false"
78
},
89
"repository": {

0 commit comments

Comments
 (0)