RAJE is a WYSIWYG word processor based on Electron and the node.js framework in order to create a multi-platform software.
With RAJE users are allowed to create and modify RASH documents
npm install
inside the this folder to download the packaging modulescd app && npm install
in order to download all modules needed by the software itself
- Install nodegyp globally
- Run
npm i nodegit [--save]
- Move inside the nodegit folder in node_modules
- Run
HOME=~/.electron-gyp node-gyp rebuild --target=ELECTRON_VERSION --arch=x64 --dist-url=https://atom.io/download/electron
where ELECTRON_VERSION is the selected version (eg. 1.8.2-beta.2 or 1.7.9)