A monorepo containing multiple packages for the Quicksilver project.
ai-example
- Next.js application with AI SDK integrationapp-example
- Empty package ready for development
Install dependencies for all packages:
npm install
Run the development server for ai-example:
npm run dev
Build all packages:
npm run build
To work on individual packages, navigate to the package directory:
cd packages/ai-example
npm run dev
cd packages/app-example
# Add your development commands here