Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 574 Bytes

File metadata and controls

9 lines (6 loc) · 574 Bytes

Technologies that you will need to be familiar with before contributing to TorBot's front-end are JavaScript (ES6), React, Electron, and TypeScript. 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.