Welcome to the Olvid Js Client repository, part of the Olvid bots framework. If you're new here, consider starting with our Documentation.
This repository contains source code for two npm packages:
Both module implements our Olvid daemon gRPC api described in ./protobuf.
To run and compile both module use these commands.
git clone https://github.com/olvid-io/Olvid-Bot-Js-Client olvid-js
cd olvid-js
git submodule init && git submodule update
npm install
npm run generate
npm run buildTo compile only one package go to ./node or ./web and run the same commands.
npm install
npm run generate
npm run build