Harmony Minimal Starter Setup Make sure to install the dependencies: # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install Development mode (with live reload) Start the bot: # npm npm run dev # pnpm pnpm dev # yarn yarn dev # bun bun run dev