Installation
Get started with SLC by installing the CLI and SDK.
Prerequisites
- • Node.js 20 or higher
- • npm or yarn
Install CLI
Install from npm (Recommended)
npm install -g @slcrun/cliAfter installation, you can use the `slc` command from anywhere.
Install from Source
# Clone the repository
git clone <repository-url>
cd cli
# Install dependencies
npm install
# Build the CLI
npm run build
# Link globally (optional)
npm linkAfter linking, you can use `slc` from anywhere.
Install SDK
npm install @slcrun/sdkThe SDK works in both Node.js (18+) and modern browsers.
Verify Installation
Verify that the CLI is installed correctly:
slc --versionNext Steps
Now that you have the CLI and SDK installed, you're ready to get started:
Quick Start Guide →