Skip to content

Commit

Permalink
Update README.md with new development command
Browse files Browse the repository at this point in the history
  • Loading branch information
Archetipo95 authored Aug 23, 2024
1 parent bd6150f commit 91898f4
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 91898f4

Please sign in to comment.