From 367be81be8c17039eb69f77a6a3d8c23e5f2362e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Gediz=20Ayd=C4=B1ndo=C4=9Fmu=C5=9F?= Date: Wed, 15 Feb 2023 04:44:00 +0300 Subject: [PATCH] Update README.md Add packaging related commands --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2811867..2e52882 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Run following to start the things up npm run start ``` +Run the lines below to package the app +```sh +npm run make +npm run start +``` + # Dependencies TypeScript https://www.typescriptlang.org/