mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
nodeclub
基于nodejs的社区系统。可访问 http://cnodejs.org/ 查看。
介绍
Node Club 是用 Node.js 和 MongoDB 开发的新型社区软件,界面优雅,功能丰富,小巧迅速, 已在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
Languages
JavaScript
82.4%
CSS
10.8%
HTML
5.5%
Less
1.2%