From a8ba2bf70f2c242159213de9ed4d8f79f8c823e2 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 12 May 2020 17:51:39 +0530 Subject: [PATCH] :bookmark: dotenv --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93b536c36..6735ec490 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,10 @@ You're done! ## Developing 👷 +0. Update [`.env.example`](https://github.com/liyasthomas/postwoman/blob/master/.env.example) file found in repository's root directory with your own keys and rename it to `.env`. + +_Sample keys only works with the [production build](https://postwoman.io)._ + #### Use a browser based development environment: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/liyasthomas/postwoman)