Skip to content

indirect/feedyour.email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi!

feedyour.email lets you send newsletters to your feed reader by generating an email address that aggregates messages into an Atom feed.

Getting Started

# Install Homebrew, Ruby, and gems, set up database
bin/setup

Development

# Run a Rails server and Tailwind watcher
bin/dev

Testing & Linting

# run tests and lints automatically on changes with guard
bin/test

Fixing linter issues

# Run automatic lint fixers
bin/fix

Adding posts in development

db: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.