Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malun666/hamkd

寒门知识社区官网源码
https://github.com/malun666/hamkd

blog egg eggjs koa nodejs

Last synced: 9 days ago
JSON representation

寒门知识社区官网源码

Awesome Lists containing this project

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