To run the server locally, use the following command:
npm run serve --openapi-url="http://localhost:8081/openapi.json"
Alternatively, if the package is installed globally or published to npm, you can run it directly using:
npx . --openapi-url="http://localhost:8081/openapi.json"