Skip to content

Commit

Permalink
From email must be set during development
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Apr 21, 2018
1 parent f6a1852 commit 4c79b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Clone this repo and create a file `.env` with:
```
LIGHTNING_CHARGE_URL=...
LIGHTNING_CHARGE_API_TOKEN=...
FROM_EMAIL='"My Matreon" <[email protected]>'
```

Install dependencies, create database and start server:
Expand All @@ -60,3 +61,5 @@ foreman start -f Procfile.dev-server
```

Install [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) and [Redux Developer Tools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) for Chrome.

To trigger invoice emails (delivered to `tmp/mails/[address]`), run: `rake invoices:process`

0 comments on commit 4c79b61

Please sign in to comment.