Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to run the examples

Navigate to the example directory you want to run. For example:

cd examples/ai-sdk-v5

Install the packages:

npm install

The examples have a separate package.json file and are not part of the Mastra workspace. Most examples can use npm install. If an example links local workspace packages, use pnpm install --ignore-workspace from that example directory instead.

Run the appropriate CLI command in your terminal (may vary by example). For example for the ai-sdk-v5 example:

npm run dev