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

https://github.com/be-fe/eux-blog

eux blog 主题,基于 picidae
https://github.com/be-fe/eux-blog

Last synced: over 1 year ago
JSON representation

eux blog 主题,基于 picidae

Awesome Lists containing this project

README

          

# eux-blog

[![build status](https://img.shields.io/travis/be-fe/eux-blog/master.svg?style=flat-square)](https://travis-ci.org/be-fe/eux-blog)

## [💪 如何提交文章?](https://github.com/be-fe/eux-blog/wiki/%E5%A6%82%E4%BD%95%E5%8F%91%E8%A1%A8%E4%B8%80%E7%AF%87%E6%96%87%E7%AB%A0)

## 如何再本地开发

```bash
npm install picidae -g

npm run start
# open http://localhost:10000/

# build the site for deploy
npm run build
```