Source Command Dev

启动开发服务器 (前端 + 后端)

viewway b5b4e1b 497 B Updated

File contents

source-command-dev

Use this skill when the user asks to run the migrated source command dev.

Command Template

启动 MiniHES 开发环境。

执行步骤

  1. 后端: cd backend && uvicorn main:app --reload --port 8000
  2. 前端: cd frontend && pnpm dev --port 3000

访问地址

viewway/minihes/tree/main/.agents/skills/source-command-dev commit b5b4e1bf11

Frequently asked questions

npx skillmds@latest add viewway/source-command-dev