Liine

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/cli
pnpm add -g @liine/cli
yarn global add @liine/cli

2. Create a New Project

Create a new Liine AI project using the CLI:

liine init my-project
cd my-project

3. Install Dependencies

Install the project dependencies:

npm install

4. Start the Development Server

Start the development server:

npm run dev

Your 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.

    Installation