Welcome to Kuankuan's personal website - Kuankuan's Little World! This repository contains the source code for Kuankuan's personal website.
Before this version, there was an old version of Kuankuan's personal website that is no longer maintained. You can find it here. This version is provided for reference and archival purposes only and cannot be modified.
If you would like to contribute to this repository, please follow these steps:
- Create a branch named
feet_(user)_(feature)
. - Make your modifications and improvements on the branch.
- Submit your branch and send us a Pull Request.
Please note that to avoid conflicts between different platforms, it is strongly recommended to ensure that git ignores case sensitivity. You can set it up by using the following command:
git config core.ignorecase false
- This project is developed using Vite and Vue.
- The old version uses traditional HTML, CSS, and JS.
This project is licensed under MPL-2.0. You can find more detailed information in the LICENSE file.
-
The
/src/common
directory contains some resources that may be used throughout the entire website. -
Please refer to the
.nvmrc
file in the project's root directory for the required version of Node.js. If you have nvm installed, you can also use the automatic switching feature:nvm use
Thank you for your interest in Kuankuan's Little World and for contributing to this project!