-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From email must be set during development
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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` |