1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Updated Development Quickstart (markdown)

James Hillyerd
2020-07-25 12:08:58 -07:00
parent 6663384ea8
commit a66a1ab1be

@@ -43,7 +43,7 @@ As we did not pass any specific configuration options to Inbucket, it is using m
## Terminal 1 ## Terminal 1
From the root inbucket directory, compile and start inbucket with development config: From the root `inbucket` directory, run make to clean, test and compile the backend. Then it with reasonable development configuration:
```sh ```sh
make make
@@ -65,3 +65,5 @@ etc/swaks-tests/run-tests.sh
``` ```
You should see the emails listed in your web browser, as well as a bunch of Inbucket debug logging in Terminal 1. You should see the emails listed in your web browser, as well as a bunch of Inbucket debug logging in Terminal 1.
After you make changes to the backend, kill the inbucket process and repeat the steps above to test it.