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
- Host: GitHub
- URL: https://github.com/windicss/doc-utils
- Owner: windicss
- License: mit
- Created: 2021-05-26T10:58:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T10:03:44.000Z (over 4 years ago)
- Last Synced: 2025-10-14T00:24:47.336Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 883 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```