From 84fc3ad7e1a27b77fd4ee2441459fcad5c70e0ce Mon Sep 17 00:00:00 2001 From: Ragnavig <125876369+Ragnavig@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:25:06 +0200 Subject: [PATCH] Update README.md Add another way to Start the Build. npm start doesnt work. Script not found --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eaa0415..c614371 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ npm install npm start ``` +Otherwise, use the dev version +```bash +npm run dev +``` + ## Contributions Contributions are welcome! Feel free to pick an item from the roadmap below or open a fresh issue!