meilisearch/landing

Improve the CONTRIBUTING guide

Opened this issue · 0 comments

Currently the contributing guide does not provide all the steps necessary to run the playground without errors.
To run the mini-dashboard locally, you need both a running Meilisearch and provide the credentials of your running Meilisearch.

It is missing the following steps:

  • How to run a Meilisearch
  • How to add your credentials
    • create an .env file at the root of the repo following the example of .env-example.