Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Okapi for JavaScript

Usage

npm install @trinsic/okapi

Samples

These sample projects show how Okapi can be used in your Node or Web project. Check the individual READMEs for instructions on running the sample code.

Build Requirements

Build All Packages

From this directory, run:

npm run start
npm run build

Run tests

npm run test

Generate updated protobuf types

This step is required if there have been changes to the proto files.

PS> ./Generate-Proto.ps1