Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TorBot Front-End

Technologies that you will need to be familiar with before contributing to TorBot's front-end are JavaScript (ES6), React, Electron, WebSockets. Other technologies that would help are yarn and webpack 4.

Setup:

  • Install yarn to get JavaScript dependencies. yarn install
  • Compile JS using yarn start

We currently have hot-loading enabled so whenever you make code changes to JS files, the front-end will automatically be reloaded with your changes.