Skip to content

Setup Environment

...

Requirements

  • Install git
  • Install NodeJS 20 with NPM 10
  • All tools can be run directly from terminal

Source Code

  • Clone the repository from GitHub
  • Open a terminal and switch into the cloned repository
  • Run npm install to download the package dependencies

Project Structure

The repository contains three workspaces (projects)

  • The web-application located in the /web folder
  • An NW.js client in the /app/nw folder used to run the web-application on desktop
  • An Electron client in the /app/electron folder used to run the web-application on desktop