Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 245 Bytes

HOW_TO_RUN.md

File metadata and controls

10 lines (7 loc) · 245 Bytes

Setup

Install the latest version of Node

In the top level directory of the project, run npm i to install the dependencies.

Running the project

Run npm start (or electron-forge start)

Checking style

Run npm lint