THU Wiki is an open-source, student-powered encyclopedia for Tsinghua University, built to help students and teachers navigate campus life from enrollment to graduation.
THU Wiki is a practical knowledge platform for the Tsinghua community, covering:
- academic guidance
- campus services and daily life
- clubs and activities
- sports resources
- healthcare and campus processes
The goal is simple: make useful information easy to find and easy to share. All content is student-curated and maintained by the Students Network Service Team and contributors from the community.
- Docusaurus 2 (static site generator)
- React + MDX
- GitHub for version control
- Vercel for deployment
This project is easy to deploy with Vercel.
You can deploy your own instance by clicking the button:
Live example: https://wiki.thusns.org/en
Download the latest stable version from: https://nodejs.org/en/download/
git clone https://github.com/thusns/thu-wiki.git
cd thu-wikiUse npm (recommended) or Bun:
npm install
# or
bun installLockfiles: This project uses npm as the primary package manager.
Commitpackage-lock.json, but do not commit alternative lockfiles such asbun.lockboryarn.lock.
If you use Bun or Yarn locally, please remove their generated lockfiles before opening a pull request.
npm run start
# or
bun run startThen open:
THU Wiki is still growing, and contributions are very welcome.
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a pull request
If you are interested in helping, contact us at: open-source@thu.wiki
See the LICENSE file in this repository.
