diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08ff370..2c8e19d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ bundle install With all the gems (dependencies) installed, you can launch the jekyll server. ``` bash -bundle exec jekyll serve +bundle exec jekyll serve --livereload ``` It will show output like this, and you can grab the Server address and open it in your browser. diff --git a/package.json b/package.json index 2cb45be..0f21588 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "A guide directed at HTTP-based API designers and writers wishing to benefit from having their API formalized in an OpenAPI Description (OAD)", "scripts": { + "serve": "bundle exec jekyll serve --livereload", "test": "vitest --watch=false" }, "repository": {