Skip to content

thundersquared/vitepress-apiscp-theme

Repository files navigation

ApisCP VitePress Theme

This is the VitePress theme for the documentation at notes.apiscp.com.

Development Setup

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

yarn install
yarn dev

Available Scripts

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

# Boot local dev server.
$ yarn dev

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

# Run lint via Prettier.
$ yarn lint

# Run type check via tsc.
$ yarn type

License

MIT

Copyright (c) 2023 Anatoli Nicolae and contributors.