Skip to content

calebl/draft-web

Repository files navigation

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: