Use pnpm, not npm.
This repository is a monorepo that contains two packages: @meilisearch/instant-meilisearch and @meilisearch/autocomplete-client.
- Use
nvm useto use the correct Node version - Use
pnpm style:fixto lint and format code
- Prefer self-descriptive code to comments. Only use comments for complex logic.
pnpm test- run tests for both packagespnpm test path/to/file.test.ts- run specific test files