Getting Started with Zeno AI

Installation

  1. Clone the Zeno AI repository:

    git clone https://github.com/ZenoAssistant/zenoassistant.git
  2. Install dependencies:

    cd zenoassistant
    npm install
  3. Start the dashboard:

    npm start

Last updated