From 0cce38728d2d46de0d4296a652d6f92a2eac0c3b Mon Sep 17 00:00:00 2001 From: farooqpk Date: Sun, 29 Sep 2024 20:32:03 +0530 Subject: [PATCH] added readme.md --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cc2f7e2..0093aae 100644 --- a/readme.md +++ b/readme.md @@ -37,12 +37,14 @@ This is the Talker frontend for a real-time chat application built with Node.js To create a production build: - npm run build - The built files will be in the `dist` directory. +# Usage + +npm start + ## Contributing 1. Fork the repository