0.1.0 • Published 5 months ago

@earnkit-ai-sdk/runtime-env v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

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 implementations

Getting Started

  1. Install dependencies:
pnpm install
  1. Build packages:
pnpm build
  1. Run development server:
pnpm dev

Development

This is a monorepo using:

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.