Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.26 KB

Nodeclub

build status Coverage Status David deps node version

介绍

Nodeclub 是使用 Node.jsMongoDB 开发的社区系统,界面优雅,功能丰富,小巧迅速, 已在Node.js 中文技术社区 CNode(http://cnodejs.org) 得到应用,但你完全可以用它搭建自己的社区。

安装部署

1. install `node.js` `mongodb`
2. run mongod
3. `$ make install` 安装 Nodeclub 的依赖包
4. `$ make test` 确保各项服务都正常
5. `$ node app.js`
6. visit `localhost:3000`
7. done!

贡献

跑测试

$ make test

跑覆盖率测试

$ make test-cov

License

MIT