Skip to content

tatry-hu/electron-tatry.hu

Repository files navigation

Tatry.hu Desktop

Description

Basic Desktop Application for the Tatry.hu Website

Development

Prerequisites

Install Git, the free and open source distributed version control system.
Install Node.js which includes Node Package Manager.

Clone and Install

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.

Build

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.