Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 895 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 895 Bytes

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.