1.0.4-alpha.4 • Published 2 years ago

@kdujs/theme v1.0.4-alpha.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Kdu Theme

This is the WitePress theme for the official Kdu documentation at kdu-js.web.app.

Development Setup

This repo can be developed on its own since it is a self-contained WitePress 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 npm run dev:

$ pnpm install
$ npm run dev

Available Scripts

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

# Boot local dev server.
$ npm run dev

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

# Run lint via Prettier.
$ npm run lint

# Run type check via tsc.
$ npm run type

License

MIT

Copyright (c) 2021-present NKDuy