Please edit your freshclam.conf according to the changes below Update Line 13: DatabaseDirectory "Location\of\you\Seng-Malware\database"
- install nodejs and git (you need the terminal commands git, node and npm)
- navigate to wherever you want to store the project
cd code
- clone the project if you haven't already:
git clone https://github.com/jonharrity/Seng-Malware
- make sure you are on branch develop:
git checkout develop
- make sure you are up to date
git pull
- install all the node modules
npm install
- run the program
npm start
- if you cant get electron running, try
npm install -g electron