Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 489 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 489 Bytes

Getting Started

Requirements

Up and Running

  • from the project folder, run bundle install
  • and yarn install
  • then run rail s
  • go to localhost:3000 in your browser

Test Emails Locally

  • setup an account on https://mailtrap.io
  • from the terminal, run rails credentials:edit --environment development
  • add the following:
mailer:
  address:
  domain:
  port:
  username:
  password:
  authentication: