You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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