Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malun666/hamkd
寒门知识社区官网源码
https://github.com/malun666/hamkd
blog egg eggjs koa nodejs
Last synced: 9 days ago
JSON representation
寒门知识社区官网源码
- Host: GitHub
- URL: https://github.com/malun666/hamkd
- Owner: malun666
- License: mit
- Created: 2017-06-07T08:02:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T11:22:19.000Z (over 7 years ago)
- Last Synced: 2024-08-01T18:31:41.817Z (3 months ago)
- Topics: blog, egg, eggjs, koa, nodejs
- Language: JavaScript
- Homepage: http://www.hamkd.com
- Size: 17.4 MB
- Stars: 19
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egg - hamkd - 寒门知识社区官网源码 ![](https://img.shields.io/github/stars/malun666/hamkd.svg?style=social&label=Star) (应用 / 插件)
- awesome-egg - hamkd - 寒门知识社区官网源码 (Applications)
README
# hamkd
The app for [hamkd.com](http://www.hamkd.com)
## QuickStart
see [docs][egg] for more detail.
### Development
```shell
$ npm install
$ npm run dev
$ open http://localhost:7001/news
```### Deploy
Use `EGG_SERVER_ENV=prod` to enable prod mode
```shell
$ EGG_SERVER_ENV=prod npm start
```### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.## Thanks
thanks for
- [egg][egg]
- nodejs
- koa[egg]: https://eggjs.org