Skip to content

destyler/vitepress-theme

Repository files navigation

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