Skip to content

Commit

Permalink
docs(readme): Rename development -> local development
Browse files Browse the repository at this point in the history
  • Loading branch information
sman591 committed Jun 21, 2019
1 parent 0e2d1f1 commit ceb91f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All documentation is easily editable using the GitHub UI. Click the "Edit" butto

If there's a new feature you're looking to implement, **please** file an issue to open discussion on the feature before starting work or opening a pull request.

## Development
## Local Development

1. Setup Ruby + MySQL for local development

Expand Down Expand Up @@ -122,7 +122,7 @@ irb(main):001:0> User.last.update_attribute(:role, :admin)

_See https://coderit.org/hackathon-manager/ for docs on regular hackathon setup_

### Development Utilities
### Local Development Utilities

- **Mail View** - Email templates can be previewed at http://localhost:3000/rails/mailers
- **Mail Catcher** - When active, emails will be captured by MailCatcher instead of slipping into a black hole (no emails are ever sent in development). Visit [mailcatcher.me](http://mailcatcher.me/) and follow instructions under "How" to get setup.
Expand Down

0 comments on commit ceb91f0

Please sign in to comment.