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
- Clone the repository:
bash
git clone https://github.com/yourusername/kaifism-site-vitepress.git
cd kaifism-site-vitepress- Install dependencies:
bash
pnpm install- Start the development server:
bash
pnpm run dev- Build for production:
bash
pnpm run buildDevelopment
pnpm run dev- Start development serverpnpm run build- Build for productionpnpm run preview- Preview production build locally
Project Structure
kaifism-site-vitepress/
├── docs/ # Documentation source files
├── public/ # Static assets
├── .vitepress/ # VitePress configuration
└── package.json # Project dependenciesContributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.