@kdujs/theme
v1.0.4-alpha.4
Published
The design system for Kdu.js.
Readme
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 devAvailable 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 typeLicense
Copyright (c) 2021-present NKDuy
