From 791e4b4a8c21185dcc0d292520dcb199b9858324 Mon Sep 17 00:00:00 2001 From: Nishad Tardalkar Date: Fri, 1 Nov 2024 09:44:28 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3e04a18..8fa03c99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,13 +98,11 @@ You can do this in 2 ways: 3. Install required packages in the front end folder by running npm install in the frontend folder. -4. Install required packages in the backend end folder by running npm install in the backend folder. +4. Login to firebase using 'firebase login' + +5. Deploy firebase functions using 'firebase deploy' -5. Type in "npm start" in the frontend folder and press enter. - -6. Type in "npx nodemon" in the backend folder and press enter. - -7. Make sure both are on separate command line interfaces. +6. Type in "npm start" in the frontend folder and press enter. ###OR