Build and run the development server
Scanned 6/3/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: agentuity-cli-dev
description: Build and run the development server
version: "0.1.2"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity dev"
tags: "mutating slow requires-project"
---
# Dev
Build and run the development server
## Usage
```bash
agentuity dev
```
## Examples
Start development server:
```bash
bunx @agentuity/cli dev
```
Specify custom port:
```bash
bunx @agentuity/cli dev --port 8080
```
Run in local mode:
```bash
bunx @agentuity/cli dev --local
```
Disable public URL:
```bash
bunx @agentuity/cli dev --no-public
```
No comments yet. Be the first to comment!