Skip to content

BenediktHeinrichs/Multi-Store-Search

Repository files navigation

Multi Store Search

This application implements the search over multiple metadata repositories.

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Runs the minified production build

yarn preview

Lints files

yarn lint

Lints and fixes files (do this before every commit)

yarn lint:fix