MeiliSearch | Documentation | Slack | Website | FAQ
Where to Watch
Table of Contents:
yarn
or
npm install
yarn dev
or
npm run dev
Go to http://localhost:3000/
and enjoy ! 🎉
You can generate a build of this project with the following command:
yarn build
or
npm run build
The above commands will generate an optimized version of the app, inside the .next
folder.
You can then serve it with:
yarn start
or
npm run start
Or serve it with any web server of your choice.
Example:
serve .next
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.
yarn storybook
or
npm run storybook