voideditor / void

https://voideditor.com
MIT License
7.66k stars 363 forks source link

chore - separate build process by machine type for the full IDE #85

Open jcommaret opened 2 weeks ago

jcommaret commented 2 weeks ago

Mac OS :

  1. npm install
  2. On MacOs Command+Shift+B to start the build process - this can take some time. If you're not using VS Code, run npm run watch instead. (maybe removing vs code command will streamline the process because it will be one generic command not related to environnement)
  3. Open terminal and run chmod +x scripts/code.sh
  4. Run scripts/code.sh in your terminal.

Using only terminal tou have to do

then

Windows : -> Use CTRL+Shift+B instead of Command+Shift+B

Linux-arm : -> I have no idea yet, but I will try when MacOS ARM will work on my machine, I can easily run a debian.

I think we should remove [specific editor and keyboard shortcut abstraction] and let the terminal do the job.

jcommaret commented 1 day ago

PR : https://github.com/voideditor/void/pull/114 fix this for Mac OS.