See demo video for overview.
Disclaimer: This repo only contains a proof-of-concept. A significant amount of community works needs to be done to make it production ready. Specifically, most of the assets in the video above were processed offline, not through APIs or a database, but through files that are all checked into this repo. For example in order to generate the podcast mp3 the developers of this repo has to run scripts by hand. So the remaing work is to API-ify these scripts. For more documentation around this, see the docs folder.
via docker (development)
$ cd app
$ docker run -it -v `pwd`:/app -p 8080:8080 cws_frontend
via docker (release)
$ docker run -d -p 8080:8080 bprashanth/cws_frontend:0.1
via npm
$ npm install
$ npm run serve