Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Automattic/newspack-newsletters
Author email newsletters in WordPress
https://github.com/Automattic/newspack-newsletters
Last synced: 7 days ago
JSON representation
Author email newsletters in WordPress
- Host: GitHub
- URL: https://github.com/Automattic/newspack-newsletters
- Owner: Automattic
- License: gpl-2.0
- Created: 2020-04-02T15:31:49.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-11-04T13:02:35.000Z (8 days ago)
- Last Synced: 2024-11-04T14:18:50.380Z (8 days ago)
- Language: PHP
- Size: 24.7 MB
- Stars: 111
- Watchers: 15
- Forks: 22
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# newspack-newsletters
Author email newsletters in WordPressVisit [the documentation](https://help.newspack.com/engagement/newspack-newsletters/) for more guidance.
## Development
Run `composer update && npm install`.
Run `npm run build`.
### Environment variables
```php
// Optionally change the Letterhead API endpoint for development
define('NEWSPACK_NEWSLETTERS_LETTERHEAD_ENDPOINT', 'https://a-different-endpoint.dev');
```