This is a documentation site built with VitePress and the teek theme.
npm install
# or
yarn install
To start the development server:
npm run dev
# or
yarn dev
The site will be available at http://localhost:3000
To build the static site:
npm run build
# or
yarn build
To preview the built site locally:
npm run preview
# or
yarn preview
This project is open source and available under the MIT License.