Giter Site home page Giter Site logo

mini-dashboard's Introduction

Meilisearch logo

Mini Dashboard

Prettier License Bors enabled


Meilisearch's mini-dashboard

PRs and bug issues are welcome, but please do not submit any new feature requests ๐Ÿ™


Web interface gif


Table of Contents:


Setup

yarn

or

npm install

Run

yarn start

or

npm run start

Go to http://localhost:3000/ and enjoy ! ๐ŸŽ‰

Build

Generate build

You can generate a build of this project with the following command:

yarn build

or

npm run 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 http://localhost:5000, it will try to call http://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.

Example:

REACT_APP_MEILI_SERVER_ADDRESS=http://0.0.0.0:7700 yarn build

or

REACT_APP_MEILI_SERVER_ADDRESS=http://0.0.0.0:7700 npm run build

Run your build

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.

Storybook

yarn storybook

or

npm run storybook

Contributing

If you want to contribute to this project, please make sure to read the contributing guidelines

Compatibility with Meilisearch

The current version of the mini-dashboard only guarantees the compatibility with the version v0.28.0 of Meilisearch.

mini-dashboard's People

Contributors

mdubus avatar bors[bot] avatar dependabot[bot] avatar bidoubiwa avatar bb avatar sandunwebdev avatar meili-bot avatar curquiza avatar agucova avatar kingtaytay avatar nicolasvienot avatar brunoocasali avatar kerollmops avatar mmachatschek avatar vaibhav135 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.