From a6c2878d26aa1afe93d39f1b5b538603232da85d Mon Sep 17 00:00:00 2001 From: Rabiat Sadiq <59803896+RabiatS@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:35:33 +0000 Subject: [PATCH] feat: edited Running locally instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f00b9d..46cda72 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ To develop locally, you need: ### Running locally - Install [Vercel command line](https://vercel.com/download) with `npm i -g vercel` -- Create `.env` file at the root of the project and paste your keys in `SPOTIFY_CLIENT_ID`, `SPOTIFY_SECRET_ID`, and `FIREBASE` +- Create `.env` file at the root of the project +- Paste your keys in `SPOTIFY_CLIENT_ID`, `SPOTIFY_SECRET_ID`, and insert the name of your downloaded JSON file in `FIREBASE` + ```sh BASE_URL='http://localhost:3000/api'