GitBook Editor

使用node-webkit编写的可跨浏览器book编辑器。

必须环境

安装

获取代码

从git获取源码 [email protected]:GitbookIO/editor-legacy.git 或者直接下载https://github.com/GitbookIO/editor-legacy/archive/master.zip源码

运行源码

nw 是node-webkit的别名。nw安装参见node-webkit

$ npm install .
$ grunt build
$ nw ./ --remote-debugging-port=9222

References