From 0a5c476fc81f8e12ab087ccb0e8d71df37bdf62a Mon Sep 17 00:00:00 2001 From: bhumijgupta Date: Sun, 21 Feb 2021 19:21:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Add=20compiling=20instruc?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bhumijgupta --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2129bf2..c40ec45 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,20 @@ Any platform we are missing? [Tell us here](https://github.com/bhumijgupta/Shweta-no/issues/new) +### Development + +``` +npm i +npm run watch +``` + +### Compiling production build + +``` +npm i +npm run build +``` + ### License [MIT License](./LICENSE)