catcto / bedread

RSS Reader for MAC, Windows and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bedread

RSS Reader for MAC, Windows and Linux

Screenshots

xxx

How to run apps

Download nw.js http://nwjs.io/downloads/

Windows

On Windows, the easiest way to run the app is to drag the folder onto nw.exe, or a shortcut to nw.exe. Remember to drag the folder containing package.json, and not package.json itself.

You can also call it from the command line:

For instance:

C:\nw\nw.exe C:\apps\myapp
C:\nw\nw.exe C:\apps\packagedapp.nw

You can also:

  1. Copy the command (C:\nw\nw.exe "C:\apps\myapp")
  2. Right-click in a folder or on the desktop
  3. New > Shortcut
  4. Paste > Next
  5. Type the App name > Finish

Now you are always just a double-click away from running your app.

Linux

On Linux, you can use one of these command lines:

nw /home/path/to/appdir/
nw /home/path/to/packagedapp.nw

About

RSS Reader for MAC, Windows and Linux


Languages

Language:CSS 72.9%Language:JavaScript 26.2%Language:HTML 0.8%