/webcomponents/charts/README.md

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

  1. # DeckDeckGo - Charts
  2. This component is the charts' plotter of [DeckDeckGo].
  3. It is developed with [Stencil](https://stenciljs.com) and use [D3js](https://d3js.org) to create and draw the charts.
  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/charts).
  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/charts
  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