Closed jmercouris closed 6 months ago
In order to build, navigate to the source directory, then execute the following commands:
npm install
npm run build
./node_modules/.bin/electron-rebuild
Somehow we'll figure out how to build electron with the modules in the context of Nix.
Then, you'll need to edit core.lisp
to launch:
/node_modules/.bin/electron
What remains is to figure out how to build this on Nix. @aadcg Any help with this would be greatly appreciated.
In short, we'll need to add a makefile, and make an electron binary with the node-gyp module installed.