Skip to content

Latest commit

 

History

History

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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