/webcomponents/qrcode/README.md

https://github.com/deckgo/deckdeckgo · Markdown · 32 lines · 20 code · 12 blank · 0 comment · 0 complexity · 405ef182336381c0811d003606b8de66 MD5 · raw file

  1. # DeckDeckGo - QR Code
  2. This component is the QR code generator of [DeckDeckGo].
  3. It is developed with [Stencil](https://stenciljs.com) and use the project [qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator) from [Kazuhiko Arase](https://github.com/kazuhikoarase) to generate the QR codes.
  4. ## Table of contents
  5. - [Getting Started](#getting-started)
  6. - [Develop](#develop)
  7. - [License](#license)
  8. ## Getting Started
  9. To get started with this Web Component, have a look to its [documentation](https://docs.deckdeckgo.com/components/qrcode).
  10. ## Develop
  11. To develop and run this Web Component locally, proceed as following:
  12. ```
  13. git clone https://github.com/deckgo/deckdeckgo
  14. cd deckdeckgo/webcomponents/qrcode
  15. npm install
  16. npm run start
  17. ```
  18. ## License
  19. MIT © [David Dal Busco](mailto:david.dalbusco@outlook.com) and [Nicolas Mattia](mailto:nicolas@nmattia.com)
  20. [DeckDeckGo]: https://deckdeckgo.com