diff --git a/install.ps1 b/install.ps1 new file mode 100644 index 0000000..b7cef9e --- /dev/null +++ b/install.ps1 @@ -0,0 +1,2 @@ +npm i +npm i -g --force electron diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 0000000..36af45c --- /dev/null +++ b/run.ps1 @@ -0,0 +1 @@ +electron . \ No newline at end of file