https://github.com/maizzle/starter-rss
Build an HTML email newsletter from an RSS feed with Maizzle.
https://github.com/maizzle/starter-rss
html-email maizzle newsletter responsive-email rss-feed rss-parser tailwindcss
Last synced: 28 days ago
JSON representation
Build an HTML email newsletter from an RSS feed with Maizzle.
- Host: GitHub
- URL: https://github.com/maizzle/starter-rss
- Owner: maizzle
- License: mit
- Created: 2020-03-03T12:45:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T17:21:04.000Z (over 1 year ago)
- Last Synced: 2024-02-15T18:37:04.904Z (over 1 year ago)
- Topics: html-email, maizzle, newsletter, responsive-email, rss-feed, rss-parser, tailwindcss
- Language: HTML
- Homepage: https://maizzle.com/guides/rss-feed-to-email-newsletter/
- Size: 216 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Starter project for [creating an HTML email newsletter from an RSS feed](https://maizzle.com/guides/rss-feed) with Maizzle.
## Getting Started
Run this command:
```bash
npx create-maizzle
```When prompted to select a Starter, choose **Custom → RSS**.
## Development
Start a local development server:
```
npm run dev
```Build for production:
```
npm run build
```Maizzle documentation is available at https://maizzle.com