From 334fe9be770ec59762fac2478149883204297918 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 25 Jul 2020 14:11:58 -0700 Subject: [PATCH] Updated Development Quickstart (markdown) --- Development-Quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Development-Quickstart.md b/Development-Quickstart.md index f2a0f17..76cedd9 100644 --- a/Development-Quickstart.md +++ b/Development-Quickstart.md @@ -68,6 +68,8 @@ You should see the emails listed in your web browser, as well as a bunch of Inbu After you make changes to the backend, kill the inbucket process and repeat the steps above to test it. +_Note:_ The integration tests start an Inbucket server using the default ports. The test will fail if you already have an Inbucket (or another) process holding those ports. + # Frontend development Frontend development still requires a running backend, so follow the _Terminal 1_ steps in the backend section before proceeding.