You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π¨ IMPORTANT NOTICE: Reduced Maintenance & Support π¨
Dear Community,
We'd like to share some updates regarding the future maintenance of this repository:
Our team is small, and our availability will be reduced in the upcoming times. As such, response times might be slower, and we will not be accepting enhancements for this repository moving forward.
If you're looking for reliable alternatives, consider using Meilisearch Cloud. For instance, it offers a convenient solution for managing your index settings.
This repository uses Yarn 4.x to manage dependencies and NVM to manage Node version. See current version.
Setup
yarn
Run
yarn start
Go to https://localhost:3000/ and enjoy ! π
Build
Generate build
You can generate a build of this project with the following command:
yarn build
Specify Meilisearch's server URL
β οΈ By default, the application will call Meilisearch at the exact same address as it is running.
Example: if your app is running at https://localhost:5000, it will try to call https://localhost:5000/indexes to retrieve the list of your indexes.
If you want to specify the URL where your Meilisearch is running, use the REACT_APP_MEILI_SERVER_ADDRESS environment variable.
The above commands will generate an optimized version of the app, inside the build folder.
You can then serve it with any web server of your choice.
Example:
serve build
Storybook
Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively test components.