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

rename page

James Hillyerd
2020-07-25 11:36:15 -07:00
parent 3f755065c8
commit f948e54787

@@ -1,10 +1,8 @@
# Development
## Quickstart
# Development Quickstart
You will need a working Go and Node.js environment.
### Initial build
## Initial build
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...
## Backend development
# Backend development
### Terminal 1
## Terminal 1
From the root inbucket directory, compile and start inbucket with development config: