Skip to content
turingou edited this page Sep 17, 2014 · 2 revisions

首先,确保你的开发环境中安装了 Node.js,如果你的开发环境中没有 Node.js,请前往官方网站下载安装。

复制项目代码到本地

$ git clone git@github.com:duoshuo/duoshuo-embed.css.git
$ cd duoshuo-embed.css

安装 NPM 模块依赖

$ npm install 

等候 Node 模块全部安装完成后,就可以使用 npm run dev 开启实时调试的工作流了。

Clone this wiki locally