mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
No description
| .config | ||
| .configurations | ||
| .devcontainer | ||
| .eslint-plugin-local | ||
| .github | ||
| .idx | ||
| .vscode | ||
| build | ||
| cli | ||
| extensions | ||
| remote | ||
| resources | ||
| scripts | ||
| src | ||
| test | ||
| void_icons | ||
| .editorconfig | ||
| .eslint-ignore | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .lsifrc.json | ||
| .mailmap | ||
| .mention-bot | ||
| .npmrc | ||
| .nvmrc | ||
| .voidrules | ||
| .vscode-test.js | ||
| cglicenses.json | ||
| cgmanifest.json | ||
| CodeQL.yml | ||
| eslint.config.js | ||
| gulpfile.js | ||
| HOW_TO_CONTRIBUTE.md | ||
| LICENSE-VS-Code.txt | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| product.json | ||
| README.md | ||
| ThirdPartyNotices.txt | ||
| tsfmt.json | ||
| VOID_CODEBASE_GUIDE.md | ||
Void - Custom Fork
Description
This is my personal fork of Void, maintained to keep the project updated with the latest models and improvements.
Build Instructions
To build Void from the command line, follow these steps:
1. Clone the Repository
git clone https://github.com/jcommaret/void.git
cd void
2. Install Dependencies
npm install
3. Build the Project
npm run buildreact
npm run watch
4. Start the Application
./scripts/code.sh
5. Build for macOS (ARM64)
npm run gulp vscode-darwin-arm64
Support
If you need help building your own version of Void or have any questions, feel free to reach me:
- Discord: Join the community
Notes
- This is a custom fork with personal modifications
- Regular updates are applied to keep the project current
- Contributions and feedback are welcome