From 34535cfbc2371bf18838c896284df7af8511d22b Mon Sep 17 00:00:00 2001 From: sagar535 Date: Wed, 3 Aug 2022 21:45:07 +0545 Subject: [PATCH] readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fea3b6..0730b30 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Getting Started If you are a developer -First, run the development server: +First, set the .env.local file: +copy content of .env.sample.local to .env.local file +You can point to different resources if you want here. + +Then, run the development server: ```bash npm run dev