1.0.0-dev • Published 4 years ago

@dac-software/search v1.0.0-dev

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

#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 install

Installing dependencies in each package

lerna bootstrap

Installing 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