Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 288 Bytes

File metadata and controls

14 lines (10 loc) · 288 Bytes

Refer to run electron project

$ yarn
# When you need to run for testing.
$ yarn start

# When you need to make an executable file (*.exe). After that, it will go "out" directory.
$ yarn package:win

# When repository is updated, please run the following command.
$ git pull