Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 509 Bytes

File metadata and controls

24 lines (17 loc) · 509 Bytes

Llama Store TypeScript SDK Example

A basic example of how to use the llamastore package.

Installation

In the event llamastore is not published to npm, you can install it locally by running the following command in the examples folder:

npm run setup

This will rebuild the parent package and install it locally.

Otherwise you can install it from npm:

npm install llamastore

Usage

To run the example, run the following command in the examples folder:

npm run start