- Documentation(ReDoc): https://mibexsoftware.github.io/code-review-assistant-rest-api/
- Start a simple http server that watches your files e.g.
npx browser-sync start --server --files "*.html, *.json"
- Make changes using your favorite editor or
swagger-editor
(look for URL in console output) - All changes are immediately propagated to your local server, moreover all documentation pages will be automagically refreshed in a browser after each change
TIP: you can open
swagger-editor
, documentation andswagger-ui
in parallel TIP: use the redocly extension in VSCode, nice autocompletion and preview functions
- Merging to master will trigger a Github workflow deploying the latest changes