Skip to content

Commit 423749d

Browse files
committed
Added details to run from source
1 parent 5baef7f commit 423749d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ Options:
119119

120120
Before authenticating with mailgun, `mailgun-mate` checks the `${os.homedir()}/.mailgun/key` for your private key, if present, it will attempt authentication, if not present, it will prompt for your key at the terminal. Currently there is no validation on your private key file ownership or permissions, but they should be set at least as restrictive as SSH private keys.
121121

122+
If you just want to download the source and run it... Assuming you have npm installed, from within your `mailgun-mate` source directory, run the following:
123+
124+
```
125+
npm run -- start
126+
```
127+
122128
### Debugging
123129

124130
From within your `mailgun-mate` source directory, run the following and open your chrome dev tools:

0 commit comments

Comments
 (0)