Skip to content

wzr1337/rsi.demo

Repository files navigation

RSI Demo application

This project implements the Volkswagen Infotainment Web Interface (viwi/RSI) as published under https://www.w3.org/Submission/2016/01/. It uses the base modules

Build Status

Build the software

As this project uses TypeScript, you need to complie it into regular JavaScript first using

$ npm run build

Run it

To run the server, use

$ http_proxy='' npm run serve

Note Please ensure that proxy settings are set appropriately for your environment.

after you npm run build it

Available command line arguments

long parameter  short parameter type description
--port -p number the port number to listen on
--base -b string the base url
--verbosity -v string the winston log level to plot into the console

Contribution

I welcome everyone to contribute to this repo. Let us build awesome software - together. Please see Contribution for some rules to follow.

LICENSE

Please see LICENSE for more details.

About

This project implements the Volkswagen Infotainment Web Interface (viwi/RSI) as published under https://www.w3.org/Submission/2016/01/. It uses the base modules @RSI/server @RSI/medialibrary

Resources

License

Stars

Watchers

Forks

Packages

No packages published