privacybydesign / corona-demo

Source code of demo IRMA issuer of corona attributes

Home Page:https://demo.irma.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corona demo IRMA issuer

Source code of the demo IRMA issuer of corona test result attributes at https://demo.irma.dev.

Development

The source code of the website may be found in the src folder and consists of HTML, JavaScript and scss.

  • First run npm install to install dependencies.
  • Use npm run watch to watch the scss and other project files, and automatically regenerate a fresh build on changes.
  • Use npm run start to host a local webserver running the website.

Deployment

Use npm run build-from-html to compile the source files into a static website folder ready for deployment. The result may be found in the dist folder.

License

This project is licensed under the GPL v3 license. See the LICENSE file for details.

About

Source code of demo IRMA issuer of corona attributes

https://demo.irma.dev

License:European Union Public License 1.2


Languages

Language:HTML 48.6%Language:JavaScript 44.8%Language:SCSS 4.7%Language:Dockerfile 1.2%Language:Shell 0.8%