brew install sdl2
cd yoga/yoga
mkdir build
cd build
cmake ..
make
cd slowjs
cmake -S . --preset=default -D CMAKE_BUILD_TYPE=Release
mkdir build
cd build
cmake ..
make
cd yoda-react-reconciler
pnpm install
npm run build
move dist/*.js ../js/
cd build
// rename demo.js to your own file, e.g. demo.txt
./main ../js/demo.txt
Use React to Build APP
https://github.com/LeeeeeeM/yoda-react-reconciler





