From 6545e55915775ec71c8702d42ad4afeb10cbc239 Mon Sep 17 00:00:00 2001 From: ElectroMutex <97535877+SkillfulElectro@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:02:35 +0330 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f398857..3332d7d 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ EMWebKit is a single app that serves as a dependency for your project, allowing git clone https://github.com/SkillfulElectro/EMWebKit.git cd EMWebKit npm install -npm run dist +``` +to test the app before building : +```shell +npm start ``` your EMWebKit is ready to use now just ```shell +npm run dist cd dist ``` and you will see the setup file :)