Installation
Get started with Liine AI by installing the necessary dependencies
Prerequisites
Before you begin, make sure you have the following installed:
- Node.js 18.x or later
- npm, pnpm, or yarn package manager
- A modern web browser
Installation Steps
1. Install the CLI
Install the Liine AI CLI globally using your preferred package manager:
npm install -g @liine/clipnpm add -g @liine/cliyarn global add @liine/cli2. Create a New Project
Create a new Liine AI project using the CLI:
liine init my-project
cd my-project3. Install Dependencies
Install the project dependencies:
npm install4. Start the Development Server
Start the development server:
npm run devYour Liine AI application should now be running at http://localhost:3000.
Next Steps
Now that you have Liine AI installed, check out the Quick Start Guide to build your first AI agent.