Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Jun 5, 2024
1 parent e134ad8 commit 6545e55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down

0 comments on commit 6545e55

Please sign in to comment.