docs: command run appflowy cloud

This commit is contained in:
Nathan
2025-06-09 16:24:56 +08:00
parent 9de6aefe02
commit e19e4af6f3

View File

@@ -32,6 +32,10 @@ cd AppFlowy-Cloud
./script/generate_env.sh
# Start development server
# For new setup - RECOMMENDED FOR FIRST TIME
./script/run_local_server.sh --reset
# Or run (interactive prompts for container management)
./script/run_local_server.sh
```