kodi-connect
Create a JSON-PRC connection to Kodi via WebRTC.
Install dependencies
This project depends on yarn. See Yarn installation.
Available Scripts
In the project directory, you can run:
yarn install
Installs the Javascript dependencies of the project.
yarn audit-ci
Audits installed Javascript dependencies for vulnerabilities.
yarn format
Applies automated formatting tools (prettier, eslint).
yarn lint
Runs linting tools for the project.
yarn build
Builds a static copy of the site to the build/
folder.
The package is ready to be deployed!
yarn start
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
yarn deploy
Deploy the built repo to GitHub Pages.
yarn clean
Removes the files known to be generated by Yarn commands.