mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
rename page
@@ -1,10 +1,8 @@
|
|||||||
# Development
|
# Development Quickstart
|
||||||
|
|
||||||
## Quickstart
|
|
||||||
|
|
||||||
You will need a working Go and Node.js environment.
|
You will need a working Go and Node.js environment.
|
||||||
|
|
||||||
### Initial build
|
## Initial build
|
||||||
|
|
||||||
Checkout the source, and switch to the development branch:
|
Checkout the source, and switch to the development branch:
|
||||||
|
|
||||||
@@ -38,9 +36,9 @@ You should see a handful of `INF` log lines. Point your web browser at http://1
|
|||||||
|
|
||||||
As we did not pass any specific configuration options to Inbucket, we are using memory storage (instead of files on disk), and it will be empty each time we restart the `inbucket` process. Let's look at a better workflow...
|
As we did not pass any specific configuration options to Inbucket, we are using memory storage (instead of files on disk), and it will be empty each time we restart the `inbucket` process. Let's look at a better workflow...
|
||||||
|
|
||||||
## Backend development
|
# Backend development
|
||||||
|
|
||||||
### Terminal 1
|
## Terminal 1
|
||||||
|
|
||||||
From the root inbucket directory, compile and start inbucket with development config:
|
From the root inbucket directory, compile and start inbucket with development config:
|
||||||
|
|
||||||
Reference in New Issue
Block a user