From 91898f457064af6def1e9132502757172b3982d7 Mon Sep 17 00:00:00 2001 From: Martin Masevski Date: Fri, 23 Aug 2024 16:28:01 +0200 Subject: [PATCH] Update README.md with new development command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c8b7d..9dcad0b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ const { data } = await useAsyncAlgoliaSearch({ indexName: 'test_index', query: ' 1. Clone this repository 2. Install dependencies using `yarn install` or `npm install` -3. Start development server using `yarn dev` or `npm run dev` +3. Use `yarn dev:prepare` or `npm run dev:prepare` to prepare the development environment +4. Start development server using `yarn dev` or `npm run dev` ## License