/utils/types/README.md

https://github.com/deckgo/deckdeckgo · Markdown · 25 lines · 16 code · 9 blank · 0 comment · 0 complexity · 7e9af407111ee834e1432968fe31a521 MD5 · raw file

  1. # DeckDeckGo - Types
  2. This project defines the events, interfaces and enumerations used for the [WebRTC](https://webrtc.org) real-time communication between the [DeckDeckGo]'s deck and remote control.
  3. ## Table of contents
  4. - [Getting Started](#getting-started)
  5. - [License](#license)
  6. ## Getting Started
  7. If you would like to install and compile locally this project, proceed as following:
  8. ```
  9. git clone https://github.com/deckgo/deckdeckgo
  10. cd deckdeckgo/utils/types
  11. npm install
  12. npm run build
  13. ```
  14. ## License
  15. MIT © [David Dal Busco](mailto:david.dalbusco@outlook.com) and [Nicolas Mattia](mailto:nicolas@nmattia.com)
  16. [DeckDeckGo]: https://deckdeckgo.com