mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 15:18:02 +00:00
4 lines
202 B
Text
4 lines
202 B
Text
web: cd ../zed.dev && PORT=3000 npm run dev
|
|
collab: cd crates/collab && RUST_LOG=${RUST_LOG:-collab=info} cargo run serve
|
|
livekit: livekit-server --dev
|
|
postgrest: postgrest crates/collab/admin_api.conf
|