Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.63 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.63 KB

swagger-editor-offline

Build Status

A cross-platform desktop version of swagger-editor

To run application locally

# Clone this repository
git clone https://github.com/XuluWarrior/swagger-editor-offline.git
# Go into the repository
cd swagger-editor-offline
# Install dependencies
npm install
# Run the app
npm run dev

Installation

npm* / yarn

# Install globally
# On Windows, npm works e.g. npm install -g swagger-editor-offline
yarn global add swagger-editor-offline

# Run the app
swagger-editor-offline

* Windows only as on *nix, Electron doesn't install nicely in npm global repository even with sudo

Windows

Installer

swagger-editor-offline-setup-0.2.0.exe

Portable EXE

swagger-editor-offline-0.2.0.exe

Mac

Installer

swagger-editor-offline-0.2.0.dmg - Currently unsigned

Linux

AppImage

swagger-editor-offline-0.2.0.AppImage

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux