mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Update README.md
This commit is contained in:
parent
a9dc35e5db
commit
26f97f5939
1 changed files with 19 additions and 6 deletions
25
README.md
25
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# Welcome to Void.
|
||||
|
||||
<div style="display: flex; justify-content: center; align-items: center;">
|
||||
<div align="center">
|
||||
<img
|
||||
src="./src/vs/workbench/browser/parts/editor/media/slice_of_void.png"
|
||||
alt="Void Welcome"
|
||||
|
|
@ -9,17 +9,30 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
Void is the open-source Cursor alternative. This repo contains the full sourcecode for Void. We have a [waitlist](https://voideditor.com/email) for downloading the official release, but you can build and develop Void right now.
|
||||
Void is the open-source Cursor alternative. This repo contains the full sourcecode for Void. We are currently in [open beta](https://voideditor.com/) for downloading the official release. If you're new, welcome!
|
||||
|
||||
If you're new, welcome!
|
||||
👋 [Discord](https://discord.gg/RSNjgaugJs)
|
||||
|
||||
🚙 [Roadmap](https://github.com/orgs/voideditor/projects/2)
|
||||
|
||||
📝 [Changelog](https://voideditor.com/changelog)
|
||||
|
||||
|
||||
<!-- ❤️ Setup: -->
|
||||
|
||||
## Contributing
|
||||
|
||||
To build and run Void, follow the steps in [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md).
|
||||
There are 3 main ways you can contribute to Void:
|
||||
|
||||
1. **Build new features.** To get started on contributing to Void, follow the steps in [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md).
|
||||
|
||||
2. **Propose new features.** To see what we have planned for the future, please see our [Roadmap](https://github.com/orgs/voideditor/projects/2). You can add to the roadmap by creating a new [GitHub Issue](https://github.com/voideditor/void/issues). We review and accept new issues daily.
|
||||
|
||||
3. **Collaborate with us.** We're open to collaborations of all types. Feel free to contact us via email or discord.
|
||||
|
||||
## Reference
|
||||
|
||||
Void is a fork of the of [vscode](https://github.com/microsoft/vscode) repository. For some useful links on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).
|
||||
Void is a fork of the [vscode](https://github.com/microsoft/vscode) repository. For some useful links on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).
|
||||
|
||||
## Support
|
||||
Feel free to reach out in our [Discord](https://discord.gg/RSNjgaugJs) server or contact us via email.
|
||||
Feel free to reach out in our discord or contact us via email.
|
||||
|
|
|
|||
Loading…
Reference in a new issue