Skip to content

Getting Started ​

This page will help you get started quickly with Violet Agents.

Prerequisites ​

  • Node.js 18+
  • pnpm / npm / yarn

Installation ​

bash
npm install
# or
pnpm install

Start Dev Server ​

bash
npm run docs:dev

Build ​

bash
npm run docs:build

Preview Build ​

bash
npm run docs:preview

Next Steps ​