Skip to content

Commit 8970a9b

Browse files
author
Eric Link
committed
notarized
1 parent 85db35b commit 8970a9b

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

CONTRIBUTING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
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?
2+
3+
## dev notes
4+
1. `npm install`
5+
1. `npm run dev`
6+
7+
### test and publish
8+
1. `npm run dev &` - run in background to test open-file with subsequent open
9+
1. `npm run dev-noarg` - tests launch with no arg, app starts with no window
10+
1. `./node_modules/.bin/electron ./src/main.js ./README.md`
11+
1. `npm run dev-publish`
12+
1. open from finder once packaged
13+
1. open from mdp shell script once packaged
14+
1. `tail -f ~/Library/Logs/mdp/log.log`
15+
16+
upstream repo is `git clone https://github.com/ericlink/electron-forge-webapp-template.git`
17+
18+
### package
19+
1. `npm install`
20+
1. `npm run package`
21+
1. `npm run make && npm run publish`
22+
23+
### package for app store
24+
1. `cat ~/.appl_pass`
25+
1. `npm make`
26+
1. `npm run apple-upload`
27+
28+

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,3 @@ on macOS - `~/Library/Logs/<app name>/log.log`
5858

5959
on Windows - `%USERPROFILE%\AppData\Roaming\<app name>\log.log`
6060

61-
## dev notes
62-
1. `npm install`
63-
1. `npm run dev`
64-
65-
### test and publish
66-
1. `npm run dev &` - run in background to test open-file with subsequent open
67-
1. `npm run dev-noarg` - tests launch with no arg, app starts with no window
68-
1. `./node_modules/.bin/electron ./src/main.js ./README.md`
69-
1. `npm run dev-publish`
70-
1. open from finder once packaged
71-
1. open from mdp shell script once packaged
72-
1. `tail -f ~/Library/Logs/mdp/log.log`
73-
74-
upstream repo is `git clone https://github.com/ericlink/electron-forge-webapp-template.git`
75-
76-
### package
77-
1. `npm install`
78-
1. `npm run package`
79-
1. `npm run make && npm run publish`
80-
81-
### package for app store
82-
1. `cat ~/.appl_pass`
83-
1. `npm make`
84-
1. `npm run apple-upload`
85-

0 commit comments

Comments
 (0)