Skip to content

Commit

Permalink
Merge pull request #206 from Archetipo95/patch-1
Browse files Browse the repository at this point in the history
Update README.md with new development command
  • Loading branch information
Baroshem authored Sep 9, 2024
2 parents bd6150f + 91898f4 commit 6a8f4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a8f4f7

Please sign in to comment.