From d0be32527e79ffdd6724cee51e10083382df9dfd Mon Sep 17 00:00:00 2001 From: "Md. Shohanur Rahman" <99276071+shohan-pherones@users.noreply.github.com> Date: Thu, 13 Apr 2023 04:13:17 +0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1a85e4..0b2ba3e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ To install Euphoria E-commerce, follow these simple steps: 2. Install the required dependencies by running `npm install` or `npm i`. 3. Create a `.env` file in the root directory and add the following variables: - `DATABASE_URL` + - `NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY` + - `STRIPE_SECRET_KEY` + - `HOST` 4. Start the application by running `npm run dev`. ## Contribution