10 lines
412 B
Markdown
10 lines
412 B
Markdown
This is random collection of development hints and gotchas that we've run into in the past.
|
|
|
|
## Previewing emails in development
|
|
|
|
You can modify the test in `/test/mailers/previews`
|
|
You can view the previews at (for example) `http://localhost:3000/rails/mailers/notify_mailer/new_reply_email`
|
|
|
|
## Previewing these docs in development
|
|
|
|
Run `yarn run serve-docs` and visit `http://localhost:8000` in your browser.
|