Skip to content
Open
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down