From 7c14e3279292b96c54fb32bf5ce188730582b5e1 Mon Sep 17 00:00:00 2001 From: Jeremie Lecomte Date: Wed, 28 Feb 2024 09:21:03 +0100 Subject: [PATCH] Update README.md There is no command start in the package.json. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60faf13..2b42421 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To run the project in your local environment, follow these steps: 1. Clone the repository to your local machine. 2. Run `npm install` or `yarn` in the project directory to install the required dependencies. -3. Run `npm run start` or `yarn start` to get the project started. +3. Run `npm run dev` or `yarn dev` to get the project started. 4. Open [http://localhost:5173](http://localhost:5173) (or the address shown in your console) in your web browser to view the app. ## 💡 Improvements