Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/packingjs/packingjs.github.io-generator

packingjs.github.io 官方网站生成工具
https://github.com/packingjs/packingjs.github.io-generator

Last synced: 30 days ago
JSON representation

packingjs.github.io 官方网站生成工具

Awesome Lists containing this project

README

        

# packingjs.github.io

根据 `/docs/*.md` 生成文档网站 [https://packingjs.github.io](https://packingjs.github.io)

## Commands
```
# 本地调试预览.
npm start

# 部署上线.
npm run deploy
```