From b26ad1517570a98645b08816acea95163a5859cc Mon Sep 17 00:00:00 2001 From: WFZ1 Date: Mon, 19 Aug 2024 17:27:33 +0300 Subject: [PATCH] docs: update readme file with deployment instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b4edae3..b43eb20 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,11 @@ Firebase: https://task-management-27b61.web.app/ 1. install dependencies `npm i` 2. run `npm build` 3. run `npm preview` + +## Manually Deployment to Firebase + +To deploy, run the following command from the root of project directory: + +``` +firebase deploy +```