From 99e3cb388b56bd470477ac6a87456c694f1a659e Mon Sep 17 00:00:00 2001 From: fabio Date: Mon, 16 Mar 2026 20:08:44 +0100 Subject: [PATCH] readme --- frontend/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 6676ffc..fc412ac 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -5,9 +5,9 @@ A Quasar Project ## Install the dependencies ```bash -yarn +bun # or -npm install +bun install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) @@ -19,17 +19,13 @@ quasar dev ### Lint the files ```bash -yarn lint -# or -npm run lint +bun run lint ``` ### Format the files ```bash -yarn format -# or -npm run format +bun run format ``` ### Build the app for production