by Emil
- install node.js and git
- open a command line tool and go to the folder where you want to save it
- clone
git clone https://github.com/emil19/Memory - move to project folder
cd Memory - run
npm install - install gulp and electron globally
npm install -g gulp electron - run
npm start