Skip to content

Developing elm chorus

Alex Ionkov edited this page Aug 22, 2020 · 3 revisions

To develop elm-chorus, you must have the following:

For MacOS, Windows, Linux

  • Kodi application
  • Chrome/Chromium, Firefox
  • Elm
  • NPM

To run it:

  1. start Kodi
  2. git clone https://github.com/ionif/elm-chorus.git
  3. cd elm-chorus/
  4. npm start

and point your browser to localhost:8000 by default or whatever port Node tells you

Clone this wiki locally