An OpenAPI project template with Swagger UI.
- Create a new repository from this template.
- Fill the
openapi.yamlwith your API defination. - Using
npx http-server,python -m SimpleHTTPServerorpython3 -m http.serverto preview the change locally. - Enable the GitHub Pages with master branch.