@dac-software/search
v1.0.0-dev
Published
Search monorepo for search related apps
Downloads
10
Readme
#Offers Filters Monorepo
Mono repository aggregates libraries around offers search basing on algolia indexes.
A mono repo support application we are using lerna [https://github.com/lerna/lerna]
#Installation
For properly installing depedencies for each package you need to prepare whole repository from its ROOT directory, calling lerna commands
For preparing needed devDepedencies on top level
npm installInstalling dependencies in each package
lerna bootstrapInstalling distribute build in repository scope (FOR development tasks like dev-server dist directory have to be present)
lerna run build#Development
####Running tests You can run tests for each package calling:
npm run test####CI (bitbucket pipelines)
Checks codestyles and run tests
