0.1.0 • Published 6 months ago
@earnkit-ai-sdk/runtime-env v0.1.0
EK Core
The core monorepo for EK (EarnKit) project containing various packages and applications.
Project Structure
.
├── apps/
│ ├── docs/ # Documentation site
│ └── web/ # Web application
└── packages/
├── core/ # Core functionality
├── earnkit-ai-sdk/ # Main EK package
├── env/ # Environment utilities
├── node-parser/ # Node parsing utilities
├── providers/ # Service providers
├── tests/ # Test utilitie
└── workflow/ # Workflow implementationsGetting Started
- Install dependencies:
pnpm install- Build packages:
pnpm build- Run development server:
pnpm devDevelopment
This is a monorepo using:
- PNPM Workspaces for package management
- Turborepo for build system
- TypeScript for type safety
Contributing
Please read through our contributing guidelines before making a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
0.1.0
6 months ago