feedyour.email lets you send newsletters to your feed reader by generating an email address that aggregates messages into an Atom feed.
# Install Homebrew, Ruby, and gems, set up database
bin/setup# Run a Rails server and Tailwind watcher
bin/dev# run tests and lints automatically on changes with guard
bin/test# Run automatic lint fixers
bin/fixdb:seed creates a feed named somefeed (localhost:3000/feeds/somefeed) with a post named somepost (localhost:3000/posts/somepost).
You can also add posts yourself using the Rails mailbox tools.