Skip to content

Installation

ray38 edited this page Mar 15, 2018 · 3 revisions

Install from Source

Please make sure you have npm installed on your computer. You can get it here

  1. Clone the repository from github: https://github.com/ray38/ElectroLens.git

  2. Navigate to the directory through your Terminal (or Command Prompt for Windows), and Delete the "node_module" folder

  3. Run the command npm install. it should start install the dependencies of ElectroLens

  4. Now ElectroLens is ready to go! launch the tool by typing npm start on the terminal.