Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 714 Bytes

README-CN.md

File metadata and controls

46 lines (28 loc) · 714 Bytes

greedhub-front-end

基于 node.js 的第三 GitHub 客户端

线上地址: https://greedhub-greedlab.rhcloud.com/

使用

English | 中文

安装依赖:

$ npm install

启动应用

$ DEBUG=greedhub-front-end* npm start

访问

http://localhost:3000

发布到线上

如果要发布到线上,需要做如下修改

修改 github 第三方登录相关

https://github.com/settings/developers 添加应用。Authorization callback URL 设置为 <your address>/callback.

修改 util/config.js

util/config.js 修改 client_idclient_secret 为对应的值。

TODO

  • 改样式
  • index
  • search
  • about
  • user
  • 加返回顶部