Skip to content
Snippets Groups Projects
Christoph Reiter's avatar
Reiter, Christoph authored
We use yarn for the toolkit now and it makes sense to use the same
tool for all repos
8ce0cda4
History

Digital Signing Application

GitLab Repository

Local development

# get the source
git clone git@gitlab.tugraz.at:dbp/apps/Signature.git
cd Signature
git submodule update --init

# install dependencies
yarn install

# constantly build dist/bundle.js and run a local web-server on port 8001 
yarn run watch

# same as watch, but with babel, terser, etc active -> very slow
yarn run watch-full

# run tests
yarn test

Jump to http://localhost:8001 and you should get a Single Sign On login page.

To use the Nextcloud functionality you need a running Nextcloud server with the webapppassword Nextcloud app like this Nextcloud Development Environment.

Browser versions

These browser versions should work with the application.

  • Firefox 67+ (2019-05)
  • Chrome 67+ (2018-05)
  • Edge 79+ (2020-01)
  • Safari 11.1+ (2018-04)
  • Opera 64+ (2019-10)
  • iOS Safari 12+/iOS 12+ (2018-09)

We use a row of newer features: