Installation

Zasper comes in two flavours:

  • Electron App
  • Web App

Electron App

Go to ui and build the frontend

npm install
npm run build

Go to project home and start the server

go build -o ui/public/zasper

Go to ui and run the app in dev mode

npm run electron-dev       # dev-mode

npm run electron-package   # prod-mode

Logs

By default, the Zasper electron application writes logs to the following locations:

on Linux: ~/.config/zasper/logs/main.log
on macOS: ~/Library/Logs/zasper/main.log
on Windows: %USERPROFILE%\AppData\Roaming\zasper\logs\main.log