
CLI Reference
After a global install, every workflow starts from the terminal.

npm i -g @fecommunity/reactpress@3
| Command | Description |
|---|---|
reactpress | Interactive menu |
reactpress init | Set up a new project (config + .env) |
reactpress dev | Run site + admin + API locally |
reactpress dev --api-only | API only — for custom frontends |
reactpress doctor | Check your environment |
reactpress status | See what is running |
reactpress build | Production build |
reactpress start | Run production build |
The monorepo on GitHub contains the CLI, client, server, toolkit, and templates. Contributors use pnpm install and pnpm run dev to develop the platform itself.
评论
填写昵称与邮箱即可评论,无需登录。