中文版
WebLiteReader is a light-weight web reading app, which provides kinds of reading material, like Zhihu Daily, Douban Movie, Github hot repository and so on.
Why does the name come with a prefix called Web, you may ask, actually there is another Native LiteReader, you can find and download it from my another repository LiteReader. And it's avalible on Android now.
Now, come back to the main topic: How am I supposed to get and run this app? Basically, You can follow the steps below and see it happen. But above all, please make sure that you have Nodejs
installed on your computer.
First of all, clone this repository to your disk:
$ git clone https://github.com/GringePP/WebLiteReader.git
Secondly, go under the path of the project and install all the dependencies and pack the project:
$ cd WebLiteReader
$ npm install
$ webpack
Finally, open the index.html
in the root directory with your browser!
Hope you enjoy it. ?