From 65d2cf08ba04735faec4da097d45398cc4e2de2f Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Mon, 2 Dec 2024 20:49:10 +0100 Subject: [PATCH] updated dev docs --- dev-doc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-doc.md b/dev-doc.md index df71796..065f220 100644 --- a/dev-doc.md +++ b/dev-doc.md @@ -85,6 +85,10 @@ Additionally, you also will have to drop the logo image into the [`public/images - To trim excess space around the logo image, [you can use this online tool](https://www.imagetools.org/trim). +## Update + +To update packages in the project, run: `npm update` + ## Deployment ### Server and test locally