Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

HASEL-UZH/yahtapp-client

Repository files navigation

yaht-client

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Notarize

see https://github.com/electron/electron-notarize

export APPLEID=<your-apple-id>
security add-generic-password -a "AC_USERNAME" -w "<your-app-password>" -s "AC_PASSWORD"