From a3f3f0c22233bff52895c01a4d71f0243b0ea0e7 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Mon, 24 Feb 2025 15:59:24 +0100 Subject: [PATCH] Fix references to Yarn --- README.md | 4 ++-- docs/development.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfa96304..aa9f8068 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ $ composer.phar install ``` -Install Javascript dependencies using Yarn. +Install Javascript dependencies using NPM. ``` -$ yarn install +$ npm install ``` diff --git a/docs/development.md b/docs/development.md index 9b41ca2a..5ff1db0c 100644 --- a/docs/development.md +++ b/docs/development.md @@ -29,7 +29,7 @@ The frontend is a SPA (Single Page Application) build using Vue.js. To start the frontend server run the following command: ``` -$ yarn run serve +$ npm run serve ``` This will automatically open your default browser with the frontend.