Unofficial desktop app for StackEdit
Report Bug
·
Request Feature
stackedit-desktop is an unofficial electron desktop app for StackEdit. This app loads the StackEdit web editor into a browser window using the Electron framework.
- Clone StackEdit Desktop
$ git clone https://github.com/sanjaysunil/stackedit-desktop
- Install dependencies
$ npm install
- Run StackEdit Desktop in development!
$ npm start
or
- Build StackEdit Desktop for your Operating System
Windows
$ npm run win:build
macOS
$ npm run mac:build
All Platforms
$ npm run dist
- Run StackEdit Desktop from
dist
folder!
Copyright © 2022 Sanjay Sunil ([email protected])
Distributed under the MIT License. See LICENSE
for more information.