This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
2. Getting Started
nereasainzdelamaza edited this page Nov 29, 2019
·
3 revisions
You can follow the instructions to get a copy of the project and run it on your local machine.
It's necessary to have node
(>9) and npm
(>5) installed.
(It has been tested with node 9.11.2
and npm 5.6.0
)
Check installed Versions
npm -v
node -v
npm install
Administration privileges may be required.
-
Install Python 3.7 (Versions above this are not supported). It is necessary to configure the Enviroment variables. If you check "Add Python 3.7 to PATH", go to Step 2.
- Open the Control Panel (easy way: click in the
Windows
search on your task bar, typeControl Panel
, then click the icon). - In the
Control Panel
, search forEnvironment
; clickEdit the System Environment Variables
. Then click theEnvironment Variables
button. - In the
System Variables
section, you will need to either edit an existingPATH
variable. If you’re editing an existingPATH
, the values are presented on separate lines in the edit dialog. Add your Python 3.7 path Example:C:\Python37
. - Open
CMD
and checkpython
is installed with the commandpython --version
.
- Open the Control Panel (easy way: click in the
-
Install
node-gyp
.
npm install -g node-gyp
- Install node package for Windows (It takes a while, be patient).
npm install --global --production windows-build-tools
- Install project dependencies.
npm install
npm run electron:serve
npm run electron:build