Skip to content

Commit 6a8f4f7

Browse files
authored
Merge pull request #206 from Archetipo95/patch-1
Update README.md with new development command
2 parents bd6150f + 91898f4 commit 6a8f4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const { data } = await useAsyncAlgoliaSearch({ indexName: 'test_index', query: '
7979

8080
1. Clone this repository
8181
2. Install dependencies using `yarn install` or `npm install`
82-
3. Start development server using `yarn dev` or `npm run dev`
82+
3. Use `yarn dev:prepare` or `npm run dev:prepare` to prepare the development environment
83+
4. Start development server using `yarn dev` or `npm run dev`
8384

8485
## License
8586

0 commit comments

Comments
 (0)