development.md

 1# Developing Zed
 2
 3See the platform-specific instructions for building Zed from source:
 4
 5- [macOS](./development/macos.md)
 6- [Linux](./development/linux.md)
 7- [Windows](./development/windows.md)
 8
 9If you'd like to develop collaboration features, additionally see:
10
11- [Local Collaboration](./development/local-collaboration.md)
12
13## Contributor links
14
15- [CONTRIBUTING.md](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md)
16- [Releases](./development/releases.md)
17- [Debugging Crashes](./development/debugging-crashes.md)
18- [Code of Conduct](https://zed.dev/code-of-conduct)
19- [Zed Contributor License](https://zed.dev/cla)