From f948e547879fe67ee5a138f578625ddeceb8b800 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 25 Jul 2020 11:36:15 -0700 Subject: [PATCH] rename page --- Development.md => Development-Quickstart.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename Development.md => Development-Quickstart.md (91%) diff --git a/Development.md b/Development-Quickstart.md similarity index 91% rename from Development.md rename to Development-Quickstart.md index c1c4ca1..bd3b5a1 100644 --- a/Development.md +++ b/Development-Quickstart.md @@ -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: