2014-08-29 11:48:41 +08:00
2014-08-12 20:10:50 +08:00
2014-08-29 11:48:41 +08:00
2014-08-12 20:10:50 +08:00
2014-08-13 11:18:30 +08:00
2014-08-12 20:10:50 +08:00
2014-08-12 20:10:50 +08:00
2014-08-12 20:10:50 +08:00
2014-08-29 11:48:41 +08:00
2014-08-20 23:45:12 +08:00
2014-08-12 20:10:50 +08:00
2014-03-29 14:07:39 +08:00
2014-08-29 11:48:41 +08:00
2014-08-15 15:20:08 +08:00
2013-11-22 10:13:17 +08:00
2014-08-29 11:48:41 +08:00
2014-08-12 20:10:50 +08:00
2014-08-29 11:48:41 +08:00
2014-08-29 11:48:41 +08:00
2014-08-29 11:48:41 +08:00

nodeclub

build status David deps node version

基于nodejs的社区系统。可访问 http://cnodejs.org/ 查看。

介绍

Node Club 是用 Node.jsMongoDB 开发的新型社区软件,界面优雅,功能丰富,小巧迅速, 已在Node.js 中文技术社区 CNode 得到应用,但你完全可以用它搭建自己的社区。

安装部署

// install node npm mongodb
// run mongod
$ npm install
$ cp config.default.js config.js
// modify the config file as yours
$ node app.js

TEST

$ make test

jscoverage

$ make test-cov

关于pull request

从现在开始,所有提交都要严格遵循代码规范

Contributors

Below is the output from git-summary. Only first ten.

$ git summary

project  : nodeclub
repo age : 2 years, 3 months
active   : 244 days
commits  : 632
files    : 224
authors  :
 203  fengmk2                 32.1%
 111  Alsotang                17.6%
  98  jiyinyiyong             15.5%
  49  Jackson Tian            7.8%
  30  dead-horse              4.7%
  24  alsotang                3.8%
  10  Kenny Zhao              1.6%
  10  Lei Zongmin             1.6%

License

MIT

Description
🐤Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
Readme MIT 14 MiB
Languages
JavaScript 82.4%
CSS 10.8%
HTML 5.5%
Less 1.2%