mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Updated Development Quickstart (markdown)
@@ -43,7 +43,7 @@ As we did not pass any specific configuration options to Inbucket, it is using m
|
||||
|
||||
## 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
|
||||
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.
|
||||
|
||||
After you make changes to the backend, kill the inbucket process and repeat the steps above to test it.
|
||||
|
||||
Reference in New Issue
Block a user