From 2a67b53b7d66bc540e73840dd7fefe09ce7aa0a4 Mon Sep 17 00:00:00 2001 From: NayLex <95050115+NayLex@users.noreply.github.com> Date: Fri, 26 Nov 2021 09:29:52 +0300 Subject: [PATCH 1/2] Small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c65582..ac81a27 100755 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ ___ ### Mailgun To sign up for a Mailgun account, go to the signup page. -> 2021 Udpate: Inbound routing for mailgun, now requires any paid account (starting at $35/month) see : https://www.mailgun.com/pricing/ +> 2021 Update: Inbound routing for mailgun, now requires any paid account (starting at $35/month) see : https://www.mailgun.com/pricing/ #### Custom Domain ``` From 22ea25129bf8f0bb0c170ce71713089c4bea16d9 Mon Sep 17 00:00:00 2001 From: NayLex <95050115+NayLex@users.noreply.github.com> Date: Fri, 26 Nov 2021 09:32:44 +0300 Subject: [PATCH 2/2] Small typos --- DEPLOY-GUIDE-SERVERLESS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPLOY-GUIDE-SERVERLESS.md b/DEPLOY-GUIDE-SERVERLESS.md index 142701c..2c210eb 100644 --- a/DEPLOY-GUIDE-SERVERLESS.md +++ b/DEPLOY-GUIDE-SERVERLESS.md @@ -1,6 +1,6 @@ # Serverless Deployment Guide -Follow the 5 steps guide below to get started on Firebase! +Follow the 5 step guide below to get started on Firebase! - [Step 0 - Clone Me](#step-0---clone-me) - [Step 1 - Setup Serverless provider](#step-1---mailgun--firebase-signup) @@ -20,8 +20,8 @@ Follow the 5 steps guide below to get started on Firebase! 1. Go to Firebase and click on `Get Started`. 2. Sign in with your favorite Google account. -3. Click on `Add Project` and create your own firebase inboxkitten project. -4. Remember the project ID +3. Click on `Add Project` and create your own Firebase inboxkitten project. +4. Remember the project ID. On your local machine where your InboxKitten is located at, ``` @@ -48,12 +48,12 @@ ___ ## Step 2 - Configuration -In the root directory of Inboxkitten, run the following command +In the root directory of Inboxkitten, run the following command: ``` $ ./config.sh ``` -During the run time of `./config.sh`, there are three environment variables that is being used to set the configuration for your configuration files. +During the run time of `./config.sh`, there are three environment variables that are being used to set the configuration for your configuration files. 1. `MAILGUN_EMAIL_DOMAIN` - any custom domain that you owned or the default domain in Mailgun 2. `WEBSITE_DOMAIN` - any custom domain that you owned. If you use your default firebase url, it will be `.firebaseapp.com` @@ -87,4 +87,4 @@ For API deployment on Cloudflare: ``` # Run the deployment script $ ./deploy/cloudflare/deploy.sh -``` \ No newline at end of file +```