Skip to content

Web App for nyris visual search demonstrations. See https://docs.nyris.io

License

Notifications You must be signed in to change notification settings

nyris/nyris-webapp

Repository files navigation

nyris-webapp

Demo

Try it yourself on demo.nyris.io

Contents

This repository is home to the nyris webapp and the related projects:

Setting up the repository for development

  1. Set up dependencies by running npm ci followed by npx lerna bootstrap
  2. Build packages npx lerna run build

Bumping versions

npx lerna version patch --no-push --no-git-tag-version