Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.62 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.62 KB

Kuankuan's Little World

Welcome to Kuankuan's personal website - Kuankuan's Little World! This repository contains the source code for Kuankuan's personal website.

Old Version

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.

Contributions

If you would like to contribute to this repository, please follow these steps:

  1. Create a branch named feet_(user)_(feature).
  2. Make your modifications and improvements on the branch.
  3. 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

Technology Stack

  • This project is developed using Vite and Vue.
  • The old version uses traditional HTML, CSS, and JS.

Open Source License

This project is licensed under MPL-2.0. You can find more detailed information in the LICENSE file.

Other Information

  • 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!