Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

memmachine-client-demo

This is a TypeScript demo project that demonstrates how to use @memmachine/client for basic REST client operations.

Getting Started

  1. Install dependencies:
    npm install
  2. Start the demo in development mode:
    npm run dev

Project Structure

src/
  basic.ts   // main logic example
  index.ts   // entry file