Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 853 Bytes

Destyler Vitepress theme

This is the VitePress theme for the official Destyler documentation at destyler.org.

Development Setup

This repo can be developed on its own since it is a self-contained VitePress theme. Make sure to use pnpm as the package manager when installing deps. A demo app is available in /demo and can be run with pnpm dev:

pnpm install
pnpm docs:dev

Available Scripts

Here is the list of available scripts that can be used during the development.

# Boot local dev server.
$ pnpm docs:dev

# Build demo, then serve locally. This is for testing
# production build in the local environment.
$ pnpm serve

# Run lint via Prettier.
$ pnpm lint

Credits

License

MIT

Copyright (c) 2024-present, Elone Hoo