Node.js
18 and higher- Terminal emulator
- Linux, MacOS:
bash
orzsh
- Windows:
git bash
(comes withgit
)
- Linux, MacOS:
Reaper
DAW, obviously
- Install dependencies for all packages:
cd scripts
./install.sh
- Open a different terminal session for each of the following steps
- Go to
compiler
and donpm run dev
- Go to
gui
and donpm run dev
- Go to
desktop
and donpm run dev
. Now, the electron build should open.
- Go to
- We aim for 100% test coverage for the compiler package
TODO
TODO