Development Environment
This guide provides detailed instructions for setting up and working with Cyne AI in a local development environment.
Prerequisites
Required
Optional (Recommended)
Initial Setup
1. Repository Setup
# Clone the repository
git clone https://github.com/cyne-ai/cyne
cd cyne
# Install dependencies
pnpm install2. Environment Configuration
3. Local Model Setup
Development Workflow
Running the Development Server
Useful Development Commands
Database Development
SQLite (Recommended for Development)
In-Memory Database (For Testing)
Testing
Running Tests
Writing Tests
Plugin Development
Creating a New Plugin
Debugging
VS Code Configuration
Last updated