Try it yourself on demo.nyris.io
This repository is home to the nyris webapp and the related projects:
- nyris-api - Handle images and communicate with the nyris API.
- nyris-react-components - React components to reuse in your own projects.
- nyris-widget - Embed nyris search on your website.
- nyris-webapp - A complete mobile friendly webapp based on the nyris API.
- Set up dependencies by running
npm ci
followed bynpx lerna bootstrap
- Build packages
npx lerna run build
npx lerna version patch --no-push --no-git-tag-version