...in a Docker container.
...for McKay Software.
$ docker run -dp 1234:8080 mckaynz/swagger-multi
Change the files in this repo, commit, and wait for the build to finish.
Either fork this repo, edit files, and set up your own automated build, or bind your customisations using file volumes at runtime, e.g.:
$ docker run -dp 1234:8080 \
-v /path/to/your/apis.js:/app/apis.js \
-v /other/custom/css:/app/css/extra.css \
-v /etc/etera:/app/foobar \
mckaynz/swagger-multi