Basic Desktop Application for the Tatry.hu Website
Install Git, the free and open source distributed version control system.
Install Node.js which includes Node Package Manager.
Run git clone git@github.com:orbanszlrd/electron.tatry.hu.git
to clone the repository from GitHub.
Run npm install
or npm ci
to install the dependencies.
Run npm run build:linux
to build the project on Linux.
Run npm run build:mac
to build the project on Mac.
Run npm run build:win
to build the project on a Windows machine.