-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
ray38 edited this page Mar 15, 2018
·
3 revisions
Please make sure you have npm
installed on your computer. You can get it here
-
Clone the repository from github: https://github.com/ray38/ElectroLens.git
-
Navigate to the directory through your Terminal (or Command Prompt for Windows), and Delete the "node_module" folder
-
Run the command
npm install
. it should start install the dependencies of ElectroLens -
Now ElectroLens is ready to go! launch the tool by typing
npm start
on the terminal.