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

https://github.com/windicss/doc-utils

docs utilities & theme
https://github.com/windicss/doc-utils

Last synced: 5 months ago
JSON representation

docs utilities & theme

Awesome Lists containing this project

README

          

# doc-utils

## dev

```bash
npm i -g pnpm

pnpm install
pnpm build
pnpm run link

cd ..
git clone https://github.com/windicss/docs.git
cd docs

# install deps
pnpm install
# run dev server
pnpm dev
```