Its a playground to test Hypersign Authentication
yarn
quasar dev
yarn run lint
quasar build
quasar build
cp /dist/spa/ ../../hypermine-bc.github.io/
Open quasar.conf.js
Look for ``build``
in that add a new variable called ```hypersign```
{
url: 'http://localhost:8080/auth',
realm: 'hypermine',
clientId: 'hs-playground'
}