pfraces-graveyard / moghub

web interface for mogs
0 stars 0 forks source link

moghub

web interface for mogs

Usage

$ cd moghub/
$ node app.js

Config

Configuration is readed from ~/.moghub.json.

Example:

{
  "port": 7654,
  "mogs": {
    "doc": {
      "title": "Dev Docs",
      "path": "~/doc"
    },
    "home": {
      "title": "Home Docs",
      "path": "~/Desktop/Documents"
    },
    "todo": {
      "title": "To-Do List",
      "path": "~/todo"
    }
  }
}

Install

$ git clone https://github.com/pfraces/moghub.git
$ cd moghub/
$ npm install