mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 12:37:09 +00:00
Staff only ship for now Here's the agent planning doc that guided this: https://gist.github.com/mikayla-maki/c826b7997bd85b58273c1def9397940b Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
6 lines
271 B
Text
6 lines
271 B
Text
collab: RUST_LOG=${RUST_LOG:-info} cargo run --package=collab serve all
|
|
cloud: cd ../cloud; cargo make dev
|
|
dashboard: cd ../cloud/packages/dashboard; pnpm dev
|
|
website: cd ../zed.dev; pnpm dev --port=3000
|
|
livekit: livekit-server --dev
|
|
blob_store: ./script/run-local-minio
|