Skip to content
ijse edited this page Feb 23, 2013 · 3 revisions

Welcome to the webstart wiki!

维护规范

  • 代码中需要具有详细的使用说明信息。
  • 每个项目从master分支fork, 形成项目分支。项目分支独自增长,不再与master支持合并。
  • 对于公共通用的特性,添加到master分支中。
  • 更多请查看:维护规范

使用步骤

  1. 下载代码

$> git clone https://github.com/changyou/webstart.git

  1. 安装FED:

$> npm install -g fed

  1. 启动:

$> cd webstart
$> fedmon run ./seaconfig.js

  1. 访问:

http://localhost:3000

Clone this wiki locally