Our company is using swagger to document their API\'s, currently a couple of developers are using the online swagger editor on their PC\'s.
I want to move this piec
In short answer is https://swagger.io/docs/swagger-tools/#swagger-editor
git clone https://github.com/swagger-api/swagger-editor.git cd swagger-editor npm install npm run build npm start
And it will works in your Intranet OK.