-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Link
committed
Apr 28, 2020
1 parent
85db35b
commit 8970a9b
Showing
2 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
Please fork and submit your PR with enough comments for someone who's never seen it. Thanks for the contrib! The goal of mdp is to make a simple previewer that handles the most common use cases. If 80% of the world used markdown, could mdp be the 20% solution? | ||
|
||
## dev notes | ||
1. `npm install` | ||
1. `npm run dev` | ||
|
||
### test and publish | ||
1. `npm run dev &` - run in background to test open-file with subsequent open | ||
1. `npm run dev-noarg` - tests launch with no arg, app starts with no window | ||
1. `./node_modules/.bin/electron ./src/main.js ./README.md` | ||
1. `npm run dev-publish` | ||
1. open from finder once packaged | ||
1. open from mdp shell script once packaged | ||
1. `tail -f ~/Library/Logs/mdp/log.log` | ||
|
||
upstream repo is `git clone https://github.com/ericlink/electron-forge-webapp-template.git` | ||
|
||
### package | ||
1. `npm install` | ||
1. `npm run package` | ||
1. `npm run make && npm run publish` | ||
|
||
### package for app store | ||
1. `cat ~/.appl_pass` | ||
1. `npm make` | ||
1. `npm run apple-upload` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters