Remote job application development (open source) - in node js and electron
To run the app you have to have NodeJS and Java installed. Please follow the following instruction to run the app:
git clone https://github.com/aukgit/RemoteJob.git
git checkout dev
npm install
Copy and replace the sqlite3 node module from the desktop-app > module_replace
directory
Then run
npm i -S electron
npm run rebuild
npm start
N.B. Linux user might need to install scrot for screenshot
To install scrot run the following command:
sudo apt-get install scrot