Перейти к содержимому

Kaifism Site

This is the official documentation site for Kaifism, built with VitePress.

Prerequisites

  • Node.js 18 or higher
  • pnpm 8 or higher

Getting Started

  1. Clone the repository:
bash
git clone https://github.com/yourusername/kaifism-site-vitepress.git
cd kaifism-site-vitepress
  1. Install dependencies:
bash
pnpm install
  1. Start the development server:
bash
pnpm run dev
  1. Build for production:
bash
pnpm run build

Development

  • pnpm run dev - Start development server
  • pnpm run build - Build for production
  • pnpm run preview - Preview production build locally

Project Structure

kaifism-site-vitepress/
├── docs/           # Documentation source files
├── public/         # Static assets
├── .vitepress/     # VitePress configuration
└── package.json    # Project dependencies

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Kaifism